mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
changed: remove TTAG macro calls
This commit is contained in:
@@ -46,7 +46,7 @@ void ebosSolventSetDeck(Opm::Deck* deck,
|
||||
Opm::ErrorGuard* errorGuard,
|
||||
double externalSetupTime)
|
||||
{
|
||||
typedef TTAG(EbosSolventTypeTag) ProblemTypeTag;
|
||||
using ProblemTypeTag = Properties::TTag::EbosSolventTypeTag;
|
||||
typedef GET_PROP_TYPE(ProblemTypeTag, Vanguard) Vanguard;
|
||||
|
||||
Vanguard::setExternalSetupTime(externalSetupTime);
|
||||
@@ -57,7 +57,7 @@ void ebosSolventSetDeck(Opm::Deck* deck,
|
||||
|
||||
int ebosSolventMain(int argc, char **argv)
|
||||
{
|
||||
typedef TTAG(EbosSolventTypeTag) ProblemTypeTag;
|
||||
using ProblemTypeTag = Properties::TTag::EbosSolventTypeTag;
|
||||
return Opm::startEbos<ProblemTypeTag>(argc, argv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user