On Mon, Mar 19, 2012 at 10:52, Matthew Knepley
<knepley@gmail.com> wrote:
Note that every // comment needs to be fixed. There are still a number of Wunused-but-set-variable
Yes, I was waiting on the comments. That will be a ton of mindless work.
$ perl -pi -e 's,//(.*)$,/* $1 */,' src/dm/impls/complex/ctetgen.c
$ perl -pi -e 's,//,,' src/dm/impls/complex/ctetgen.c # remove the funny end-of-line //
pushed