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
VTK
VTK
Commits
f7d005a5
Commit
f7d005a5
authored
Nov 09, 2011
by
Philippe Pébay
Browse files
Killed 4 warnings
Change-Id: I851f9edbb3df53008fee10903440283286521f9f
parent
043f30f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/vtkScalarBarActor.cxx
View file @
f7d005a5
...
...
@@ -499,8 +499,8 @@ int vtkScalarBarActor::RenderOpaqueGeometry(vtkViewport *viewport)
// generate points
double
x
[
3
];
x
[
2
]
=
0.0
;
double
delta
;
double
barX
=
0
.
;
double
barY
=
0
.
;
int
barX
=
0
;
int
barY
=
0
;
if
(
this
->
Orientation
==
VTK_ORIENT_VERTICAL
)
{
// Adjust height and width only in enhanced more or if at least
...
...
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