adjust to removal of EWOMS_REGISTER_PARAM

This commit is contained in:
Arne Morten Kvarving
2024-04-04 09:51:37 +02:00
parent c8e26b8e35
commit 6fba1a95c9
16 changed files with 435 additions and 290 deletions

View File

@@ -124,12 +124,11 @@ public:
{
OutputBlackOilModule<TypeTag>::registerParameters();
EWOMS_REGISTER_PARAM(TypeTag, bool, EnableAsyncEclOutput,
"Write the ECL-formated results in a non-blocking way (i.e., using a separate thread).");
EWOMS_REGISTER_PARAM(TypeTag, bool, EnableEsmry,
"Write ESMRY file for fast loading of summary data.");
Parameters::registerParam<TypeTag, Properties::EnableAsyncEclOutput>
("Write the ECL-formated results in a non-blocking way "
"(i.e., using a separate thread).");
Parameters::registerParam<TypeTag, Properties::EnableEsmry>
("Write ESMRY file for fast loading of summary data.");
}
// The Simulator object should preferably have been const - the