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