mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
All "parameter" values must be strings.
This commit is contained in:
parent
667cae6d84
commit
ac5350a598
@ -43,7 +43,7 @@ struct SetupSimple {
|
||||
std::ifstream str("fluid.data");
|
||||
deck.read(str);
|
||||
|
||||
param.insertParameter("init_rock" , false );
|
||||
param.insertParameter("init_rock" , "false" );
|
||||
param.insertParameter("threephase_model", "simple");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user