mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Work in progress
This commit is contained in:
@@ -45,10 +45,10 @@ TEST( RigEclipseWellLogExtractor, ShortWellPathInsideOneCell )
|
||||
reservoir->mainGrid()->computeCachedData();
|
||||
}
|
||||
|
||||
auto cells = reservoir->mainGrid()->globalCellArray();
|
||||
auto cells = reservoir->mainGrid()->reservoirCells();
|
||||
EXPECT_FALSE( cells.empty() );
|
||||
|
||||
auto firstCell = reservoir->mainGrid()->globalCellArray()[0];
|
||||
auto firstCell = reservoir->mainGrid()->cell( 0 );
|
||||
auto center = firstCell.center();
|
||||
|
||||
cvf::ref<RigWellPath> wellPathGeometry = new RigWellPath;
|
||||
|
||||
Reference in New Issue
Block a user