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
078cf99f
Commit
078cf99f
authored
Jun 06, 2013
by
Uwe Schulzweida
Browse files
cdiHaveFiletype: bug fix for CGRIBEX
parent
3654a547
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream.c
View file @
078cf99f
...
...
@@ -101,7 +101,7 @@ int cdiHaveFiletype(int filetype)
case
FILETYPE_IEG
:
{
status
=
1
;
break
;
}
#endif
#if defined (HAVE_LIBGRIB)
#if defined (HAVE_LIBGRIB_API) || defined (HAVE_CGRIBEX)
#if defined (HAVE_LIBGRIB_API) || defined (HAVE_
LIB
CGRIBEX)
case
FILETYPE_GRB
:
{
status
=
1
;
break
;
}
#endif
#if defined (HAVE_LIBGRIB_API)
...
...
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