1*b7c563b6SJeremy L Thompson #ifndef libceed_petsc_examples_version_h 2*b7c563b6SJeremy L Thompson #define libceed_petsc_examples_version_h 3b8962995SJeremy L Thompson 4b8962995SJeremy L Thompson #if PETSC_VERSION_LT(3,17,0) 5b8962995SJeremy L Thompson #error "PETSc v3.17 or later is required" 6b8962995SJeremy L Thompson #endif 7b8962995SJeremy L Thompson 8b8962995SJeremy L Thompson #endif 9