mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Disable 'param' output for all test cases.
This commit is contained in:
@@ -43,6 +43,7 @@ struct SetupSimple {
|
||||
std::ifstream str("fluid.data");
|
||||
deck.read(str);
|
||||
|
||||
param.disableOutput();
|
||||
param.insertParameter("init_rock" , "false" );
|
||||
param.insertParameter("threephase_model", "simple");
|
||||
param.insertParameter("pvt_tab_size" , "0" );
|
||||
|
||||
Reference in New Issue
Block a user