Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Modules
Visualization
Commits
497321b8
Commit
497321b8
authored
Nov 03, 2009
by
henry
Browse files
Fix for viewing glyphs on a set of patches provided by Mark Olesen.
parent
35297443
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/paraview-plugins/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamVolFields.H
View file @
497321b8
...
...
@@ -110,10 +110,9 @@ void Foam::vtkPV3Foam::convertVolFields
// Convert patches - if activated
//
// the name for the interpolated patch point field must be consistent
// with the interpolated volume point field
// this could be done better
// The name for the interpolated patch point field must be consistent
// with the interpolated volume point field.
// This could be done better.
const
word
pointFldName
=
"volPointInterpolate("
+
tf
.
name
()
+
')'
;
for
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment