Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CGoGN
CGoGN
Commits
b19178f5
Commit
b19178f5
authored
Jan 03, 2012
by
Thery Sylvain
Browse files
remove a little warning
parent
177594fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Algo/MC/image.hpp
View file @
b19178f5
...
...
@@ -719,7 +719,7 @@ template< typename DataType >
Image
<
DataType
>*
Image
<
DataType
>::
cropz
(
unsigned
int
zmin
,
unsigned
int
nb
)
{
unsigned
int
zmax
=
zmin
+
nb
;
int
zmax
=
zmin
+
nb
;
if
(
zmax
>
m_WZ
)
{
zmax
=
m_WZ
;
...
...
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