diff --git a/applications/ebos/eclproblem.hh b/applications/ebos/eclproblem.hh index 4f0ba5e0d..405d8f31e 100644 --- a/applications/ebos/eclproblem.hh +++ b/applications/ebos/eclproblem.hh @@ -798,7 +798,7 @@ private: // read the intrinsic permeabilities from the eclState. Note that all arrays // provided by eclState are one-per-cell of "uncompressed" grid, whereas the - // dune-cornerpoint grid object might remove a few elements... + // opm-grid CpGrid object might remove a few elements... if (eclState->hasDeckDoubleGridProperty("PERMX")) { const std::vector &permxData = eclState->getDoubleGridProperty("PERMX")->getData();