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

@@ -305,9 +305,8 @@ public:
{
ParentType::registerParameters();
EWOMS_REGISTER_PARAM(TypeTag, Scalar, InitialWaterSaturation,
"The initial saturation in the domain [] of the "
"wetting phase");
Parameters::registerParam<TypeTag, Properties::InitialWaterSaturation>
("The initial saturation in the domain [] of the wetting phase");
}
/*!