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
2486e359
Commit
2486e359
authored
Jan 31, 2011
by
Hua Yang
Browse files
Clean up some debugging lines in vtkPolyhderon.
parent
dce645a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Filtering/vtkPolyhedron.cxx
View file @
2486e359
...
...
@@ -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