Renaming dune-cornerpoint -> opm-grid.

This commit is contained in:
Atgeirr Flø Rasmussen 2016-03-09 13:33:40 +01:00
parent dd1c6c61fb
commit b5951a6ec7

View File

@ -798,7 +798,7 @@ private:
// read the intrinsic permeabilities from the eclState. Note that all arrays // read the intrinsic permeabilities from the eclState. Note that all arrays
// provided by eclState are one-per-cell of "uncompressed" grid, whereas the // 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")) { if (eclState->hasDeckDoubleGridProperty("PERMX")) {
const std::vector<double> &permxData = const std::vector<double> &permxData =
eclState->getDoubleGridProperty("PERMX")->getData(); eclState->getDoubleGridProperty("PERMX")->getData();