Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
NDVITimeSeries
Commits
2ce8e60d
Commit
2ce8e60d
authored
Sep 11, 2017
by
remi cresson
Browse files
COMP: remove some warnings (uint comp int)
parent
1d4e1dcf
Changes
1
Show whitespace changes
Inline
Side-by-side
include/otbNDVITimeSeriesFunctor.h
View file @
2ce8e60d
...
@@ -284,7 +284,7 @@ inline TOutputPixel operator ()(const TInputPixel& input) const
...
@@ -284,7 +284,7 @@ inline TOutputPixel operator ()(const TInputPixel& input) const
// Compute amplitude
// Compute amplitude
int
lastYear
=
dates
[
dates
.
size
()
-
1
].
year
;
int
lastYear
=
dates
[
dates
.
size
()
-
1
].
year
;
for
(
unsigned
int
i
=
0
;
i
<
lastYear
-
firstYear
+
1
;
i
++
)
for
(
int
i
=
0
;
i
<
lastYear
-
firstYear
+
1
;
i
++
)
{
{
if
(
minimums
[
i
]
!=
this
->
GetInputNoDataValue
()
&&
maximums
[
i
]
!=
this
->
GetInputNoDataValue
())
if
(
minimums
[
i
]
!=
this
->
GetInputNoDataValue
()
&&
maximums
[
i
]
!=
this
->
GetInputNoDataValue
())
{
{
...
...
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