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
7ff48588
Commit
7ff48588
authored
Aug 10, 2009
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
ef7f9f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
7ff48588
...
...
@@ -3876,6 +3876,7 @@ int cmpvarname(const void *s1, const void *s2)
return
(
strcmp
(
x
->
name
,
y
->
name
));
}
#if defined (HAVE_LIBNETCDF)
static
void
scanVarAttributes
(
int
fileID
,
int
nvars
,
NCVAR
*
ncvars
,
NCDIM
*
ncdims
,
int
timedimid
,
int
modelID
,
int
format
)
...
...
@@ -4297,6 +4298,7 @@ void scanVarAttributes(int fileID, int nvars, NCVAR *ncvars, NCDIM *ncdims,
}
}
}
#endif
static
void
setDimType
(
int
nvars
,
NCVAR
*
ncvars
,
NCDIM
*
ncdims
)
...
...
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