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
ed8c5fa3
Commit
ed8c5fa3
authored
Jul 06, 2012
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
501da82c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdi_error.c
View file @
ed8c5fa3
...
...
@@ -15,6 +15,8 @@ char *cdiStringError(int cdiErrno)
static
char
_EUNC4
[]
=
"Unsupported netCDF4 structure"
;
static
char
_ELIMIT
[]
=
"Internal limits exceeded"
;
printf
(
"cdiErrno: %d
\n
"
,
cdiErrno
);
printf
(
"errno: %d
\n
"
,
errno
);
switch
(
cdiErrno
)
{
case
CDI_ESYSTEM
:
{
...
...
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