Skip to content
Snippets Groups Projects
Commit 1e80cb52 authored by Charles Gueunet's avatar Charles Gueunet :guitar:
Browse files

Comment: Use the right cursor name

parent bb9070a3
No related merge requests found
......@@ -525,7 +525,7 @@ void vtkHyperTreeGridContour::RecursivelyProcessTree(
// Retrieve sign with respect to contour value at current cursor
bool sign = (this->CellSigns[c]->GetTuple1(id) != 0.0);
// Iterate over all cursors of Von Neumann neighborhood around center
// Iterate over all cursors of Moore neighborhood around center
unsigned int nn = supercursor->GetNumberOfCursors() - 1;
for (unsigned int neighbor = 0; neighbor < nn && !selected; ++neighbor)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment