Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Christian Butz
VTK
Commits
6d5299cd
Commit
6d5299cd
authored
Jun 18, 2010
by
Aashish Chaudhary
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
STYLE: Updated the error msg to make it clear.
parent
b4f82d8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Infovis/vtkBoostBetweennessClustering.cxx
Infovis/vtkBoostBetweennessClustering.cxx
+3
-3
No files found.
Infovis/vtkBoostBetweennessClustering.cxx
View file @
6d5299cd
...
...
@@ -228,8 +228,8 @@ int vtkBoostBetweennessClustering::RequestData(
if
(
!
weights
)
{
vtkErrorMacro
(
"
Edge weight array "
<<
this
->
EdgeWeightArrayName
<<
" is not found or not a data array"
);
vtkErrorMacro
(
<<
"Error:
Edge weight array "
<<
this
->
EdgeWeightArrayName
<<
" is
set but
not found or not a data array
.
\n
"
);
return
1
;
}
...
...
@@ -254,7 +254,7 @@ int vtkBoostBetweennessClustering::RequestData(
if
(
!
edgeWeight
)
{
vtkErrorMacro
(
<<
"Error: Edge weight array "
<<
this
->
EdgeWeightArrayName
<<
" is set but not found.
\n
"
);
<<
" is set but not found
or not a data array
.
\n
"
);
return
1
;
}
}
...
...
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