mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Renaming dune-cornerpoint -> opm-grid.
This commit is contained in:
parent
dd1c6c61fb
commit
b5951a6ec7
@ -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<double> &permxData =
|
||||
eclState->getDoubleGridProperty("PERMX")->getData();
|
||||
|
Loading…
Reference in New Issue
Block a user