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
Andrew Bauer
VTK
Commits
086b7635
Commit
086b7635
authored
Apr 17, 1995
by
Ken Martin
Browse files
minor bug fix
parent
0ce4e8a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FeatEdge.cc
View file @
086b7635
...
...
@@ -56,7 +56,7 @@ void vlFeatureEdges::Execute()
//
// Check input
//
if
(
(
numPts
=
input
->
GetNumberOfPoints
())
)
if
(
!
(
numPts
=
input
->
GetNumberOfPoints
())
)
{
vlErrorMacro
(
<<
"No input data!"
);
return
;
...
...
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