Merge pull request #883 from akva2/remove_reset_params

Remove unused EWOMS_RESET_PARAMS macro
This commit is contained in:
Bård Skaflestad 2024-04-03 16:21:43 +02:00 committed by GitHub
commit 81c62e18f2

View File

@ -29,8 +29,8 @@
* Dune::ParameterTree with the default value taken from the property
* system.
*/
#ifndef EWOMS_PARAMETER_SYSTEM_HH
#define EWOMS_PARAMETER_SYSTEM_HH
#ifndef OPM_PARAMETER_SYSTEM_HH
#define OPM_PARAMETER_SYSTEM_HH
#include <opm/models/utils/propertysystem.hh>
@ -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
*
@ -1226,4 +1222,4 @@ void endParamRegistration()
} // namespace Parameters
} // namespace Opm
#endif
#endif // OPM_PARAMETER_SYSTEM_HH