fixed: use correct type tag in ebos_gaswater

This commit is contained in:
Arne Morten Kvarving 2020-12-03 09:13:23 +01:00
parent 877c0b723d
commit 76eec37e5a

View File

@ -72,7 +72,7 @@ void ebosGasWaterSetDeck(std::unique_ptr<Opm::Deck> deck,
std::unique_ptr<Opm::ErrorGuard> errorGuard,
double externalSetupTime)
{
using ProblemTypeTag = Properties::TTag::EbosOilWaterTypeTag;
using ProblemTypeTag = Properties::TTag::EbosGasWaterTypeTag;
using Vanguard = GetPropType<ProblemTypeTag, Properties::Vanguard>;
Vanguard::setExternalSetupTime(externalSetupTime);