Skip to content
GitLab
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
d70b7107
Commit
d70b7107
authored
Dec 19, 2012
by
David C. Lonie
Browse files
Add missing return statement.
Change-Id: I5a73762fedc450f683cd2f4426a26d4545abac2a
parent
6ea5a1a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx
View file @
d70b7107
...
...
@@ -387,6 +387,8 @@ bool vtkMatplotlibMathTextUtilities::PrepareImageData(vtkImageData *data,
// Clear the image
memset
(
data
->
GetScalarPointer
(),
0
,
(
data
->
GetNumberOfPoints
()
*
data
->
GetNumberOfScalarComponents
()));
return
true
;
}
//----------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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