mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
Merge pull request #883 from akva2/remove_reset_params
Remove unused EWOMS_RESET_PARAMS macro
This commit is contained in:
commit
81c62e18f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user