From b5951a6ec7b47878b81f2d5777c93b60873553e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Wed, 9 Mar 2016 13:33:40 +0100 Subject: [PATCH] Renaming dune-cornerpoint -> opm-grid. --- applications/ebos/eclproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();