mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 16:30:02 -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"
|
||||
|
||||
#if HAVE_PETSC
|
||||
|
||||
#include <cstring>
|
||||
#include <opm/core/linalg/LinearSolverPetsc.hpp>
|
||||
#include <unordered_map>
|
||||
@ -289,5 +287,3 @@ namespace{
|
||||
}
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#endif // HAVE_PETSC
|
||||
|
Loading…
Reference in New Issue
Block a user