1: ! 2: ! 3: ! Include file for Fortran use of the DMLabel package in PETSc 4: ! 5: #if !defined (PETSCDMLABELDEF_H) 6: #define PETSCDMLABELDEF_H 8: #include "petsc/finclude/petscdm.h" 10: #define DMLabel type(tDMLabel) 12: #endif