Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lin Ma
VTK
Commits
2a3dcbd7
Commit
2a3dcbd7
authored
9 years ago
by
Dan Lipsa
Browse files
Options
Downloads
Patches
Plain Diff
BUG: Fix version for ghost documentation.
parent
caa359c8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/dev/changes_6.3/ghosts_and_blanking.md
+3
-3
3 additions, 3 deletions
Documentation/dev/changes_6.3/ghosts_and_blanking.md
with
3 additions
and
3 deletions
Documentation/dev/changes_
7.0
/ghosts_and_blanking.md
→
Documentation/dev/changes_
6.3
/ghosts_and_blanking.md
+
3
−
3
View file @
2a3dcbd7
...
...
@@ -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
`vtkDataSet
Attributes
::GenerateGhostLevelArray`
, use
`vtkDataSet
Attributes
::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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment