mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed compile error introduced by rename
The dependency was not detected by CMAKE/msvbuild. ... Strange Needed a complete make clean to find it.
This commit is contained in:
parent
11c01af61a
commit
1b2b0d8560
@ -196,7 +196,7 @@ public:
|
||||
{
|
||||
RigGridBase* grid = reservoirCells[cIdx].hostGrid();
|
||||
CVF_ASSERT(grid != NULL);
|
||||
size_t cellIndex = reservoirCells[cIdx].cellIndex();
|
||||
size_t cellIndex = reservoirCells[cIdx].gridLocalCellIndex();
|
||||
|
||||
size_t i, j, k;
|
||||
grid->ijkFromCellIndex(cellIndex, &i, &j, &k);
|
||||
|
Loading…
Reference in New Issue
Block a user