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