Follow renaming of function.

This commit is contained in:
Atgeirr Flø Rasmussen 2014-12-01 13:41:42 +01:00
parent 8b99d6394d
commit 5233d37e63

View File

@ -33,7 +33,7 @@ namespace Opm
if (grid.dimensions != 2) {
OPM_THROW(std::logic_error, "Grid for AnisotropicEikonal2d must be 2d.");
}
cell_neighbours_ = vertexNeighbours(grid);
cell_neighbours_ = cellNeighboursAcrossVertices(grid);
orderCounterClockwise(grid, cell_neighbours_);
}