<div class="gmail_quote">On Thu, Jun 16, 2011 at 17:10, Dharmendar Reddy <span dir="ltr">&lt;<a href="mailto:dharmareddy84@gmail.com">dharmareddy84@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Thanks. It works now.<br>I get a warning when i run make, is that okay?<br>ztsf.c(172): warning #167: argument of type &quot;PetscErrorCode={int} (*)(void **)&quot; is incompatible with paramet<br>er of type &quot;PetscErrorCode={int} (*)(void *)&quot;<br>

        *ierr = TSMonitorSet(*ts,ourtsmonitor,*ts,ourmonitordestroy);</blockquote><div><br></div><div>This warning is harmless. The new prototype is more permissive, so there is no warning in petsc-dev. If the warning bothers you, you can add an explicit cast.</div>
</div>