<div class="gmail_quote">On Fri, Jun 10, 2011 at 21:06, Mark Miller <span dir="ltr">&lt;<a href="mailto:miller86@llnl.gov">miller86@llnl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":pi">// Macro to free an iMesh &#39;array&#39;<br>
#define IMESH_AFREE(ON)                 \<br>
    if (ON) free(ON);                   \</div></blockquote></div><br><div>This if statement is not necessary.</div><div><br></div><div><br></div><div>Anyone who uses your macros or any similar system is unaffected by my proposed change.</div>