<div class="gmail_quote">On Mon, Mar 19, 2012 at 10:52, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Note that every // comment needs to be fixed. There are still a number of Wunused-but-set-variable</div>

</blockquote><div><br></div></div><div>Yes, I was waiting on the comments. That will be a ton of mindless work.</div></blockquote></div><br><div>$ perl -pi -e 's,//(.*)$,/* $1 */,' src/dm/impls/complex/ctetgen.c</div>
<div>$ perl -pi -e 's,//,,' src/dm/impls/complex/ctetgen.c # remove the funny end-of-line //</div><div><br></div><div>pushed</div><div><br></div><div><a href="http://petsc.cs.iit.edu/petsc/petsc-dev/rev/d9e53d1d4cb4">http://petsc.cs.iit.edu/petsc/petsc-dev/rev/d9e53d1d4cb4</a></div>