diff --git a/opm/elasticity/elasticity_preconditioners.hpp b/opm/elasticity/elasticity_preconditioners.hpp index 8a5e7ab..613f40b 100644 --- a/opm/elasticity/elasticity_preconditioners.hpp +++ b/opm/elasticity/elasticity_preconditioners.hpp @@ -42,7 +42,7 @@ typedef Dune::UMFPack LUSolver; #elif defined(HAVE_SUPERLU) typedef Dune::SuperLU LUSolver; #else -static_assert("Enable either SuperLU or UMFPACK"); +static_assert(false, "Enable either SuperLU or UMFPACK"); #endif //! \brief A linear operator