changed: do not ifdef the entire implementation

better to handle this in build system
This commit is contained in:
Arne Morten Kvarving 2018-01-17 16:36:19 +01:00
parent c30e3088b5
commit 83d4dae117

View File

@ -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