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
89bfa63f
Commit
89bfa63f
authored
Mar 02, 2014
by
Uwe Schulzweida
Browse files
cdfDefTimestep: added HAVE_NETCDF
parent
2b3a81c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
89bfa63f
...
...
@@ -971,6 +971,7 @@ void cdfDefTime(stream_t* streamptr)
void
cdfDefTimestep
(
stream_t
*
streamptr
,
int
tsID
)
{
#if defined (HAVE_LIBNETCDF)
int
vlistID
;
vlistID
=
streamptr
->
vlistID
;
...
...
@@ -978,6 +979,7 @@ void cdfDefTimestep(stream_t *streamptr, int tsID)
if
(
vlistHasTime
(
vlistID
)
)
cdfDefTime
(
streamptr
);
cdfDefTimeValue
(
streamptr
,
tsID
);
#endif
}
#if defined (HAVE_LIBNETCDF)
...
...
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