mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Make existing behaviour default.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user