1: ! 2: ! Part of the base include file for Fortran use of PETSc IS 3: ! Note: This file should contain only define statements 5: ! No spaces for #defines as some compilers (PGI) also adds 6: ! those additional spaces during preprocessing - bad for fixed format 7: ! 8: #if !defined (PETSCISBASEDEF_H) 9: #define PETSCISBASEDEF_H 11: #define ISColoringValue PETSC_IS_COLORING_VALUE_TYPE_F 13: #endif