mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
Add missing initializer for 'singlePrecision'.
This commit is contained in:
parent
37a701430d
commit
b0b42d7dc7
@ -178,7 +178,8 @@ namespace detail {
|
||||
, residual_ ( { std::vector<ADB>(fluid.numPhases(), ADB::null()),
|
||||
ADB::null(),
|
||||
ADB::null(),
|
||||
{ 1.1169, 1.0031, 0.0031 }} ) // the default magic numbers
|
||||
{ 1.1169, 1.0031, 0.0031 }, // the default magic numbers
|
||||
false } )
|
||||
, terminal_output_ (terminal_output)
|
||||
, material_name_{ "Water", "Oil", "Gas" }
|
||||
, current_relaxation_(1.0)
|
||||
|
Loading…
Reference in New Issue
Block a user