[petsc-dev] reminder never use #include "mylocalinclude.h" in PETSc source

Barry Smith bsmith at mcs.anl.gov
Sun May 2 21:17:51 CDT 2010


    Reminder, don't use

#include "mylocalinclude.h"

in the PETSc source, you should always make it relative the PETSC_DIR/ 
include directory such as

#include "../src/something/hereiman/mylocalinclude.h"

   I had to fix a bunch recently added.

     Thanks

    Barry





More information about the petsc-dev mailing list