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
763386c4
Commit
763386c4
authored
May 02, 2011
by
Uwe Schulzweida
Browse files
change the formulation of some warnings
parent
78eb9b63
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
763386c4
...
...
@@ -5072,7 +5072,7 @@ void define_all_grids(stream_t *streamptr, int fileID, int vlistID, ncdim_t *ncd
dimsize2
=
ncdims
[
dimid
].
len
;
if
(
dimsize1
*
dimsize2
!=
size
)
{
Warning
(
"
Variable %s has u
nsupported array structure, skiped!"
,
Warning
(
"
U
nsupported array structure, skiped
variable %s
!"
,
ncvars
[
ncvarid
].
name
);
ncvars
[
ncvarid
].
isvar
=
-
1
;
continue
;
...
...
@@ -5090,7 +5090,7 @@ void define_all_grids(stream_t *streamptr, int fileID, int vlistID, ncdim_t *ncd
dimsize
=
ncdims
[
dimid
].
len
;
if
(
dimsize
!=
size
)
{
Warning
(
"
Variable %s has u
nsupported array structure, skiped!"
,
Warning
(
"
U
nsupported array structure, skiped
variable %s
!"
,
ncvars
[
ncvarid
].
name
);
ncvars
[
ncvarid
].
isvar
=
-
1
;
continue
;
...
...
@@ -5143,7 +5143,7 @@ void define_all_grids(stream_t *streamptr, int fileID, int vlistID, ncdim_t *ncd
dimsize2
=
ncdims
[
dimid
].
len
;
if
(
dimsize1
*
dimsize2
!=
size
)
{
Warning
(
"
Variable %s has u
nsupported array structure, skiped!"
,
Warning
(
"
U
nsupported array structure, skiped
variable %s
!"
,
ncvars
[
ncvarid
].
name
);
ncvars
[
ncvarid
].
isvar
=
-
1
;
continue
;
...
...
@@ -5163,7 +5163,7 @@ void define_all_grids(stream_t *streamptr, int fileID, int vlistID, ncdim_t *ncd
dimsize
=
ncdims
[
dimid
].
len
;
if
(
dimsize
!=
size
)
{
Warning
(
"
Variable %s has u
nsupported array structure, skiped!"
,
Warning
(
"
U
nsupported array structure, skiped
variable %s
!"
,
ncvars
[
ncvarid
].
name
);
ncvars
[
ncvarid
].
isvar
=
-
1
;
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