changed: move the ParameterFile parameter to Opm::Parameters

This commit is contained in:
Arne Morten Kvarving
2024-06-28 12:16:28 +02:00
parent 4cce7022bb
commit cea13e4b96
3 changed files with 12 additions and 11 deletions

View File

@@ -37,6 +37,11 @@ namespace Opm::Parameters {
template<class TypeTag, class MyTypeTag>
struct GridGlobalRefinements { using type = Properties::UndefinedProperty; };
//! Property provides the name of the file from which the additional runtime
//! parameters should to be loaded from
template<class TypeTag, class MyTypeTag>
struct ParameterFile { using type = Properties::UndefinedProperty; };
} // namespace Opm:Parameters
#endif