Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
972cd5f6
Commit
972cd5f6
authored
Nov 17, 2015
by
Uwe Schulzweida
Browse files
seldate: stop reading if data date is greater than end date
parent
1eabc66a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
972cd5f6
...
...
@@ -3,6 +3,10 @@
* using CDI library version 1.7.1
* Version 1.7.1 released
2015-11-16 Uwe Schulzweida
* seldate: stop reading if data date is greater than end date
2015-11-16 Uwe Schulzweida
* timcor: set data range -1 to 1
...
...
src/Seltime.c
View file @
972cd5f6
...
...
@@ -421,6 +421,10 @@ void *Seltime(void *argument)
selfound
[
0
]
=
TRUE
;
selfound
[
nsel
-
1
]
=
TRUE
;
}
else
if
(
selfval
>
fltarr
[
nsel
-
1
]
)
{
break
;
}
}
else
{
...
...
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