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
mpim-sw
libcdi
Commits
3b5aa965
Commit
3b5aa965
authored
Sep 07, 2015
by
Uwe Schulzweida
Browse files
stream_cdf::isLatAxis: added support for unit degrees_south
parent
d31b2ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
3b5aa965
...
...
@@ -5019,7 +5019,7 @@ int isLatAxis(const char *units, const char *stdname)
int
ioff
=
6
;
if
(
lc_units
[
ioff
]
==
's'
)
ioff
++
;
if
(
lc_units
[
ioff
]
==
'_'
)
ioff
++
;
if
(
lc_units
[
ioff
]
==
'n'
)
status
=
TRUE
;
if
(
lc_units
[
ioff
]
==
'n'
||
lc_units
[
ioff
]
==
's'
)
status
=
TRUE
;
}
return
(
status
);
...
...
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