drop macro EWOMS_REGISTER_PARAM

This commit is contained in:
Arne Morten Kvarving
2024-04-04 12:49:01 +02:00
parent 22a5aab10e
commit 48fa0f3c59
43 changed files with 428 additions and 453 deletions

View File

@@ -234,9 +234,9 @@ public:
if (enableEnergy)
Opm::VtkEnergyModule<TypeTag>::registerParameters();
EWOMS_REGISTER_PARAM(TypeTag, Scalar, FlashTolerance,
"The maximum tolerance for the flash solver to "
"consider the solution converged");
Parameters::registerParam<TypeTag, Properties::FlashTolerance>
("The maximum tolerance for the flash solver to "
"consider the solution converged");
}
/*!