Make existing behaviour default.

This commit is contained in:
Atgeirr Flø Rasmussen 2023-03-08 16:42:36 +01:00
parent 26c953a1f9
commit b1c5e06609

View File

@ -55,7 +55,7 @@ namespace Opm::Properties {
template<class TypeTag, class MyTypeTag>
struct SeparateSparseSourceTerms {
using type = bool;
static constexpr type value = true;
static constexpr type value = false;
};
}