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
668dd3fe
Commit
668dd3fe
authored
Apr 17, 2017
by
Uwe Schulzweida
Browse files
Change Warning message.
parent
668a60aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf_i.c
View file @
668dd3fe
...
...
@@ -2388,7 +2388,7 @@ bool cdf_read_coordinates(struct cdfLazyGrid *restrict lazyGrid, ncvar_t *ncvar,
}
else
{
Warning
(
"
Variable %s has an u
nsupported grid, skipped!"
,
ncvar
->
name
);
Warning
(
"
U
nsupported grid, skipped
variable %s
!"
,
ncvar
->
name
);
ncvar
->
isvar
=
-
1
;
return
true
;
}
...
...
@@ -3498,7 +3498,7 @@ int cdf_check_vars(int nvars, ncvar_t *ncvars, size_t ntsteps, int timedimid)
if
(
cdfInqDatatype
(
ncvars
[
ncvarid
].
xtype
,
ncvars
[
ncvarid
].
lunsigned
)
==
-
1
)
{
ncvars
[
ncvarid
].
isvar
=
0
;
Warning
(
"
Variable %s has an u
nsupported data type, skipped!"
,
ncvars
[
ncvarid
].
name
);
Warning
(
"
U
nsupported data type, skipped
variable %s
!"
,
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