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
6e246856
Commit
6e246856
authored
Sep 29, 2017
by
Uwe Schulzweida
Browse files
cdfOpenFile: fix typo.
parent
70e614f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdf.c
View file @
6e246856
...
...
@@ -113,12 +113,10 @@ static int cdfOpenFile(const char *filename, const char *mode, int *filetype)
int
format
;
(
void
)
nc_inq_format
(
ncid
,
&
format
);
if
(
format
==
NC_FORMAT_NETCDF4_CLASSIC
)
{
*
filetype
=
CDI_FILETYPE_NC4C
;
}
*
filetype
=
CDI_FILETYPE_NC4C
;
}
}
#endif
}
break
;
case
'w'
:
#ifdef NC_64BIT_OFFSET
...
...
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