remove unused macro EWOMS_RESET_PARAMS_

This commit is contained in:
Arne Morten Kvarving 2024-03-22 11:53:35 +01:00
parent 967738ee91
commit 0da838faa3

View File

@ -132,10 +132,6 @@
#define EWOMS_GET_PARAM_LISTS(TypeTag, UsedParamList, UnusedParamList) \
(::Opm::Parameters::getLists<TypeTag>(UsedParamList, UnusedParamList))
//!\cond SKIP_THIS
#define EWOMS_RESET_PARAMS_(TypeTag) \
(::Opm::Parameters::reset<TypeTag>())
/*!
* \ingroup Parameter
*