From 83d4dae117221ef2eeefd2ba7130596d1592abad Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 17 Jan 2018 16:36:19 +0100 Subject: [PATCH] changed: do not ifdef the entire implementation better to handle this in build system --- opm/core/linalg/LinearSolverPetsc.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/opm/core/linalg/LinearSolverPetsc.cpp b/opm/core/linalg/LinearSolverPetsc.cpp index 89521aff5..ca601dca7 100644 --- a/opm/core/linalg/LinearSolverPetsc.cpp +++ b/opm/core/linalg/LinearSolverPetsc.cpp @@ -20,8 +20,6 @@ #include "config.h" -#if HAVE_PETSC - #include #include #include @@ -289,5 +287,3 @@ namespace{ } } // namespace Opm - -#endif // HAVE_PETSC