eclproblem: fix typo in alugrid code

This commit is contained in:
Arne Morten Kvarving 2021-05-26 15:12:08 +02:00
parent d5e9d32d7c
commit f7dd0e34c3

View File

@ -129,7 +129,7 @@ namespace TTag {
#if EBOS_USE_ALUGRID #if EBOS_USE_ALUGRID
struct EclBaseProblem { struct EclBaseProblem {
using InheritstFrom = std::tuple<VtkEclTracer, EclOutputBlackOil, EclAluGridVanguard>; using InheritsFrom = std::tuple<VtkEclTracer, EclOutputBlackOil, EclAluGridVanguard>;
}; };
#elif USE_POLYHEDRALGRID #elif USE_POLYHEDRALGRID
struct EclBaseProblem { struct EclBaseProblem {