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
71939e83
Commit
71939e83
authored
Jun 15, 2009
by
Uwe Schulzweida
Browse files
netCDF: reduced number of nc_enddef
parent
6c0386fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
71939e83
2009-06-15 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* netCDF: reduced number of nc_enddef
* Version 1.3.3 released
2009-06-10 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* added env CDI_SORTNAME to sort netCDF names
* added support for rotated grids on south pole [request: Beate Geyer]
* timeval2vtime: bug fix for timeunit TUNIT_MONTH
...
...
src/stream_cdf.c
View file @
71939e83
...
...
@@ -5695,6 +5695,7 @@ int cdfInqTimestep(int streamID, int tsID)
void
cdfEndDef
(
int
streamID
)
{
#if defined (HAVE_LIBNETCDF)
int
varID
,
ncvarid
;
int
nvars
;
int
fileID
;
...
...
@@ -5719,6 +5720,7 @@ void cdfEndDef(int streamID)
streamptr
->
accessmode
=
1
;
}
#endif
}
...
...
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