xref: /libCEED/examples/petsc/include/petscversion.h (revision 6f117663984cc34db8b63b27db5cdb31e406bf14)
1 #ifndef ceed_petscversion_h
2 #define ceed_petscversion_h
3 
4 #if PETSC_VERSION_LT(3,17,0)
5 #error "PETSc v3.17 or later is required"
6 #endif
7 
8 #endif
9