mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-27 17:50:59 -06:00
Follow renaming of function.
This commit is contained in:
parent
8b99d6394d
commit
5233d37e63
@ -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