Tabrez Ali <[email protected]> writes: > You can use your own petsc.h > > #include <petscversion.h> > #if (PETSC_VERSION_MAJOR==3 && PETSC_VERSION_MINOR<=5)
It's more readable as #if PETSC_VERSION_LT(3,6,0)
signature.asc
Description: PGP signature
Tabrez Ali <[email protected]> writes: > You can use your own petsc.h > > #include <petscversion.h> > #if (PETSC_VERSION_MAJOR==3 && PETSC_VERSION_MINOR<=5)
It's more readable as #if PETSC_VERSION_LT(3,6,0)
signature.asc
Description: PGP signature