[petsc-dev] reminder NULL is forbidden in PETSc source code
Barry Smith
bsmith at mcs.anl.gov
Thu Dec 1 16:56:56 CST 2011
Use PETSC_NULL and also don't write things like if ( blah != NULL) just write if (blah)
Barry
More information about the petsc-dev
mailing list