1 #ifndef TESTHEADER_H 2 #define TESTHEADER_H 3 4 #include <petscsystypes.h> 5 6 PetscErrorCode testExplicitSynopsis(PetscInt, PetscReal, void *); 7 8 #endif // TESTHEADER_H 9
1 #ifndef TESTHEADER_H 2 #define TESTHEADER_H 3 4 #include <petscsystypes.h> 5 6 PetscErrorCode testExplicitSynopsis(PetscInt, PetscReal, void *); 7 8 #endif // TESTHEADER_H 9