Skip to content
Snippets Groups Projects
Commit 2a3dcbd7 authored by Dan Lipsa's avatar Dan Lipsa
Browse files

BUG: Fix version for ghost documentation.

parent caa359c8
No related branches found
No related tags found
No related merge requests found
......@@ -123,9 +123,9 @@ Note that we use a 'or' operation to preserve other bits that might be
set for the cell.
To create a new ghost array, instead of
`vtkDataSetAttributes::GenerateGhostLevelArray`, use
`vtkDataSetAttributes::GenerateGhostArray`. We changed the name
because there are no ghost levels in the new ghost array.
`vtkDataSet::GenerateGhostLevelArray`, use
`vtkDataSet::GenerateGhostArray`. We changed the name because there
are no ghost levels in the new ghost array.
To test if there are any ghost cells, instead of
`grid->GetCellData()->GetArray("vtkGhostLevels") != NULL`, use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment