Fix comment referencing renamed function.
This commit is contained in:
parent
6bc74bd746
commit
9e26afaaba
@ -89,7 +89,7 @@ namespace Opm
|
||||
|
||||
/// For each cell, order the (cell) neighbours counterclockwise.
|
||||
/// \param[in] grid A 2d grid object.
|
||||
/// \param[in, out] nb A cell-cell neighbourhood table, such as from vertexNeighbours().
|
||||
/// \param[in, out] nb A cell-cell neighbourhood table, such as from cellNeighboursAcrossVertices().
|
||||
void orderCounterClockwise(const UnstructuredGrid& grid,
|
||||
SparseTable<int>& nb)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user