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
3e90b86b
Commit
3e90b86b
authored
Sep 10, 2009
by
Andrew Heather
Browse files
bugfix: use ptf.name() on point fields
parent
33b658a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/paraview-plugins/PV3FoamReader/vtkPV3Foam/vtkPV3FoamPointFields.H
View file @
3e90b86b
...
...
@@ -191,7 +191,7 @@ void Foam::vtkPV3Foam::convertPointField
pointData
->
SetNumberOfTuples
(
nPoints
+
addPointCellLabels
.
size
());
pointData
->
SetNumberOfComponents
(
nComp
);
pointData
->
Allocate
(
nComp
*
(
nPoints
+
addPointCellLabels
.
size
()));
pointData
->
SetName
(
tf
.
name
().
c_str
());
pointData
->
SetName
(
p
tf
.
name
().
c_str
());
if
(
debug
)
{
...
...
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