mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-08 05:28:05 -05:00
[properties] replace BEGIN/END_PROPERTIES macro calls
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Co2Injection {
|
||||
//! \endcond
|
||||
}
|
||||
|
||||
BEGIN_PROPERTIES
|
||||
namespace Opm::Properties {
|
||||
|
||||
NEW_TYPE_TAG(Co2InjectionBaseProblem);
|
||||
|
||||
@@ -188,7 +188,7 @@ SET_SCALAR_PROP(Co2InjectionBaseProblem, InitialTimeStepSize, 250);
|
||||
// The default DGF file to load
|
||||
SET_STRING_PROP(Co2InjectionBaseProblem, GridFile, "data/co2injection.dgf");
|
||||
|
||||
END_PROPERTIES
|
||||
} // namespace Opm::Properties
|
||||
|
||||
namespace Opm {
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user