File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #pragma once
2+
3+ #ifndef BOUT_PETSC_OPERATORS_H
4+ #define BOUT_PETSC_OPERATORS_H
5+
16#include " bout/build_defines.hxx"
27
38#if BOUT_HAS_PETSC
@@ -1055,4 +1060,6 @@ private:
10551060
10561061#warning PETSc not available. No PetscOperators.
10571062
1058- #endif
1063+ #endif // BOUT_HAS_PETSC
1064+
1065+ #endif // BOUT_PETSC_OPERATORS_H
Original file line number Diff line number Diff line change 77#include " bout/array.hxx"
88#include " bout/bout_types.hxx"
99#include " bout/output.hxx"
10- #include " bout/output_bout_types.hxx"
1110#include " bout/petsc_operators.hxx"
1211#include " bout/region.hxx"
1312
Original file line number Diff line number Diff line change 66
77#include " bout/array.hxx"
88#include " bout/bout_types.hxx"
9+ #include " bout/globals.hxx"
910#include " bout/petsc_operators.hxx"
1011#include " bout/region.hxx"
1112
You can’t perform that action at this time.
0 commit comments