Follow renaming of function.
This commit is contained in:
parent
696d51deb7
commit
eeae67c647
@ -33,7 +33,7 @@ namespace Opm
|
|||||||
if (grid.dimensions != 2) {
|
if (grid.dimensions != 2) {
|
||||||
OPM_THROW(std::logic_error, "Grid for AnisotropicEikonal2d must be 2d.");
|
OPM_THROW(std::logic_error, "Grid for AnisotropicEikonal2d must be 2d.");
|
||||||
}
|
}
|
||||||
cell_neighbours_ = vertexNeighbours(grid);
|
cell_neighbours_ = cellNeighboursAcrossVertices(grid);
|
||||||
orderCounterClockwise(grid, cell_neighbours_);
|
orderCounterClockwise(grid, cell_neighbours_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user