mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: do not ifdef the entire implementation
better to handle this in build system
This commit is contained in:
parent
c30e3088b5
commit
83d4dae117
@ -20,8 +20,6 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#if HAVE_PETSC
|
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <opm/core/linalg/LinearSolverPetsc.hpp>
|
#include <opm/core/linalg/LinearSolverPetsc.hpp>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
@ -289,5 +287,3 @@ namespace{
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
|
|
||||||
#endif // HAVE_PETSC
|
|
||||||
|
Loading…
Reference in New Issue
Block a user