mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-24 10:10:18 -06:00
Make existing behaviour default.
This commit is contained in:
parent
26c953a1f9
commit
b1c5e06609
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user