Skip to content
GitLab
Menu
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
4fa264ed
Commit
4fa264ed
authored
May 26, 2012
by
Uwe Schulzweida
Browse files
stream_cdf: changed Skip to skipped
parent
c64300c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
4fa264ed
...
...
@@ -6471,7 +6471,7 @@ int cdfInqContents(int streamID)
if
(
ncvars
[
ncvarid
].
ndims
>
4
)
{
ncvars
[
ncvarid
].
isvar
=
0
;
Warning
(
"%d dimensional variables unsupported
. Skip
variable %s"
,
Warning
(
"%d dimensional variables unsupported
, skipped
variable %s
!
"
,
ncvars
[
ncvarid
].
ndims
,
ncvars
[
ncvarid
].
name
);
continue
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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