remove macro EWOMS_GET_PARAM

This commit is contained in:
Arne Morten Kvarving
2024-04-05 10:27:52 +02:00
parent 4d2486196f
commit 078b0e8679
51 changed files with 268 additions and 273 deletions

View File

@@ -106,7 +106,7 @@ public:
const auto& priVars = elemCtx.primaryVars(dofIdx, timeIdx);
const auto& problem = elemCtx.problem();
Scalar flashTolerance = EWOMS_GET_PARAM(TypeTag, Scalar, FlashTolerance);
Scalar flashTolerance = Parameters::get<TypeTag, Properties::FlashTolerance>();
// extract the total molar densities of the components
ComponentVector cTotal;