mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-11 14:04:45 -05:00
do explicit put properties into the the Ewoms::Properties namespace anymore
instead, do it implicitly by using the BEGIN_PROPERTIES and END_PROPERTIES macros.
This commit is contained in:
@@ -34,14 +34,15 @@
|
||||
|
||||
#include "problems/co2injectionproblem.hh"
|
||||
|
||||
namespace Ewoms {
|
||||
namespace Properties {
|
||||
BEGIN_PROPERTIES
|
||||
|
||||
NEW_TYPE_TAG(Co2InjectionImmiscibleEcfvProblem,
|
||||
INHERITS_FROM(ImmiscibleModel,
|
||||
Co2InjectionBaseProblem));
|
||||
SET_TAG_PROP(Co2InjectionImmiscibleEcfvProblem, SpatialDiscretizationSplice,
|
||||
EcfvDiscretization);
|
||||
}}
|
||||
|
||||
END_PROPERTIES
|
||||
|
||||
////////////////////////
|
||||
// the main function
|
||||
|
||||
Reference in New Issue
Block a user