Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ParaView
ParaView
Commits
a38dc8f1
Commit
a38dc8f1
authored
Dec 10, 2018
by
Cory Quammen
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation error due to change in vtkHyperTreeGrid
parent
fb74c115
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ParaViewCore/ClientServerCore/Core/vtkPVDataInformation.cxx
ParaViewCore/ClientServerCore/Core/vtkPVDataInformation.cxx
+1
-1
No files found.
ParaViewCore/ClientServerCore/Core/vtkPVDataInformation.cxx
View file @
a38dc8f1
...
...
@@ -722,7 +722,7 @@ void vtkPVDataInformation::CopyFromTable(vtkTable* data)
void
vtkPVDataInformation
::
CopyFromHyperTreeGrid
(
vtkHyperTreeGrid
*
data
)
{
// Most of the work for these is done in CopyFromDataSet.
this
->
NumberOfTrees
=
data
->
GetNumberOfTrees
();
this
->
NumberOfTrees
=
data
->
Get
Max
NumberOfTrees
();
this
->
NumberOfVertices
=
data
->
GetNumberOfVertices
();
this
->
NumberOfLeaves
=
data
->
GetNumberOfLeaves
();
}
...
...
Cory Quammen
@cory.quammen
mentioned in commit
df188e90
·
Dec 11, 2018
mentioned in commit
df188e90
mentioned in commit df188e902714b1772fb6a148562d02e2456262e6
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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