Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ken Martin
VTK
Commits
357ef3b6
Commit
357ef3b6
authored
Apr 13, 2013
by
Joachim Pouderoux
Browse files
Fix tests - seems like non leaf points are not well computed yet.
Change-Id: I6e74e5120c900b5d6c8b69a33c4c149e45d5e6d8
parent
9ee5fe8d
Changes
1
Show whitespace changes
Inline
Side-by-side
Common/DataModel/vtkHyperTreeGrid.cxx
View file @
357ef3b6
...
...
@@ -1317,7 +1317,7 @@ void vtkHyperTreeGrid::TraverseDualRecursively( vtkHyperTreeGridSuperCursor* sup
pt
[
d
]
=
superCursor
->
Origin
[
d
]
+
superCursor
->
Size
[
d
]
/
2.
;
}
// Retrieve global index of center cursor
this
->
Points
->
SetPoint
(
id0
-
1
,
pt
);
//
this->Points->SetPoint( id0 - 1, pt );
// If cursor 0 is not at leaf, recurse to all children
for
(
unsigned
int
child
=
0
;
child
<
this
->
NumberOfChildren
;
++
child
)
...
...
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