mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
eclproblem: fix typo in alugrid code
This commit is contained in:
parent
d5e9d32d7c
commit
f7dd0e34c3
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user