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
3a4e0a87
Commit
3a4e0a87
authored
Jun 20, 2012
by
Uwe Schulzweida
Browse files
stream_cdf: cleanup
parent
99b1e4b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
3a4e0a87
...
...
@@ -4620,7 +4620,7 @@ void cdfScanVarAttributes(int fileID, int nvars, ncvar_t *ncvars, ncdim_t *ncdim
}
else
{
Warning
(
"%s has unexpected contents: %s"
,
attname
,
cell_measures
);
Warning
(
"%s has
an
unexpected contents: %s"
,
attname
,
cell_measures
);
}
cdfSetVar
(
ncvars
,
ncvarid
,
TRUE
);
}
...
...
@@ -5558,7 +5558,7 @@ void define_all_grids(stream_t *streamptr, int fileID, int vlistID, ncdim_t *ncd
}
else
{
Warning
(
"Variable %s has unsupported grid, skipped!"
,
ncvars
[
ncvarid
].
name
);
Warning
(
"Variable %s has
an
unsupported grid, skipped!"
,
ncvars
[
ncvarid
].
name
);
ncvars
[
ncvarid
].
isvar
=
-
1
;
continue
;
}
...
...
@@ -6464,7 +6464,7 @@ int cdfInqContents(int streamID)
if
(
ncvars
[
ncvarid
].
isvar
==
-
1
)
{
ncvars
[
ncvarid
].
isvar
=
0
;
Warning
(
"Variable %s has unknown type, skipped!"
,
ncvars
[
ncvarid
].
name
);
Warning
(
"Variable %s has
an
unknown type, skipped!"
,
ncvars
[
ncvarid
].
name
);
continue
;
}
...
...
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