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:
@@ -43,7 +43,7 @@ struct SetupSimple {
|
|||||||
std::ifstream str("fluid.data");
|
std::ifstream str("fluid.data");
|
||||||
deck.read(str);
|
deck.read(str);
|
||||||
|
|
||||||
param.insertParameter("init_rock" , false );
|
param.insertParameter("init_rock" , "false" );
|
||||||
param.insertParameter("threephase_model", "simple");
|
param.insertParameter("threephase_model", "simple");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user