<div dir="ltr">On Thu, Feb 28, 2013 at 3:17 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_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
   With the introduction of PetscPowRealInt() should this be moved to petscmath.h and renamed ?<br></blockquote><div><br></div><div style>We can just replace calls to this function with calls to PetscPowRealInt().</div><div>
 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
/* C++ does not promote int64_t to scalar or int32_t for std::pow() */<br>
static PetscScalar Pow(PetscScalar b,PetscInt p)<br>
{<br>
  return PetscPowScalar(b,(int)p);<br>
}<br>
<br>
<br>
</blockquote></div><br></div></div>