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
4e583c78
Commit
4e583c78
authored
Oct 13, 2011
by
David Partyka
Browse files
Revert "COMP: Fix int/unsigned int conversion warnings"
This reverts commit
6c628e99
.
parent
521b7316
Changes
1
Hide whitespace changes
Inline
Side-by-side
Filtering/vtkHierarchicalBoxDataSet.cxx
View file @
4e583c78
...
...
@@ -811,8 +811,8 @@ void vtkHierarchicalBoxDataSet::GetLevelAndIndex(
const
unsigned
int
flatIdx
,
unsigned
int
&
level
,
unsigned
int
&
idx
)
{
level
=
0
;
idx
=
0
;
level
=
-
1
;
idx
=
-
1
;
if
(
this
->
CompositeIndex2LevelIdPair
.
find
(
flatIdx
)
!=
this
->
CompositeIndex2LevelIdPair
.
end
()
)
{
...
...
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