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
Christian Butz
VTK
Commits
99631ba2
Commit
99631ba2
authored
Jan 31, 2011
by
Hua Yang
Committed by
Kitware Robot
Jan 31, 2011
Browse files
Merge topic 'polyhedron-debuglines-cleanup'
2486e359
Clean up some debugging lines in vtkPolyhderon.
parents
dce645a7
2486e359
Changes
1
Hide whitespace changes
Inline
Side-by-side
Filtering/vtkPolyhedron.cxx
View file @
99631ba2
...
...
@@ -1642,10 +1642,6 @@ void vtkPolyhedron::GenerateFaces()
for
(
i
=
1
;
i
<=
npts
;
++
i
)
{
id
=
(
*
this
->
PointIdMap
)[
gFace
[
i
]];
if
(
id
<
0
)
{
id
=
id
;
}
face
[
i
]
=
id
;
}
gFace
+=
gFace
[
0
]
+
1
;
...
...
Write
Preview
Supports
Markdown
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