<div dir="ltr"><div class="gmail_extra">On Mon, Jan 14, 2013 at 1:39 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":56c">  I thought we agreed that we were moving away from using Macros whenever possible, so since the right thing to do PEYSc style is PetscErrorCode PetscBLASIntCast(PetscInt,PetscBLASInt*); then we should just do it with inline functions the right way.</div>
</blockquote></div><br>Yup, the macro choice here would just be syntactically lighter and obviously compile out to nothing. Inline function is fine, I can probably do the update more-or-less with perl.</div></div>