File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
#include "./include/petsc_ops.h"
18
18
#include "qfunctions/newtonian_types.h"
19
19
20
- #if PETSC_VERSION_LT (3 , 22 , 0 )
21
- #error "PETSc v3.22 or later is required"
20
+ #if PETSC_VERSION_LT (3 , 23 , 0 )
21
+ #error "PETSc v3.23 or later is required"
22
22
#endif
23
23
24
24
// -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 9
9
/// Petsc version check
10
10
#pragma once
11
11
12
- #if PETSC_VERSION_LT (3 , 22 , 0 )
13
- #error "PETSc v3.22 or later is required"
12
+ #if PETSC_VERSION_LT (3 , 23 , 0 )
13
+ #error "PETSc v3.23 or later is required"
14
14
#endif
Original file line number Diff line number Diff line change 21
21
#include "include/utils.h"
22
22
#include "problems/problems.h"
23
23
24
- #if PETSC_VERSION_LT (3 , 22 , 0 )
25
- #error "PETSc v3.22 or later is required"
24
+ #if PETSC_VERSION_LT (3 , 23 , 0 )
25
+ #error "PETSc v3.23 or later is required"
26
26
#endif
You can’t perform that action at this time.
0 commit comments