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
d992db79
Commit
d992db79
authored
Mar 06, 2010
by
Uwe Schulzweida
Browse files
Docu update
parent
652fa12e
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/cdi.c
View file @
d992db79
...
...
@@ -106,7 +106,7 @@ void usage(void)
fprintf
(
stderr
,
" jpeg JPEG compression of GRIB2 records
\n
"
);
fprintf
(
stderr
,
" zip Deflate compression of netCDF4 variables
\n
"
);
fprintf
(
stderr
,
"
\n
"
);
fprintf
(
stderr
,
" Report bugs to <
Uwe.Schulzweida@zmaw.de
>
\n
"
);
fprintf
(
stderr
,
" Report bugs to <
http://code.zmaw.de/projects/cdi
>
\n
"
);
}
...
...
src/cdf.c
View file @
d992db79
...
...
@@ -63,7 +63,7 @@ void cdfDebug(int debug)
Message
(
func
,
"debug level %d"
,
debug
);
}
static
void
cdfComment
(
int
ncid
)
{
#if defined (HAVE_LIBNETCDF)
...
...
@@ -82,7 +82,7 @@ void cdfComment(int ncid)
strcat
(
comment
,
"??"
);
else
strncat
(
comment
,
cdiLibraryVersion
(),
size
);
/*
strcat(comment, "
available from http://.../software/cdi.html"); */
strcat
(
comment
,
"
(http://code.zmaw.de/projects/cdi)"
);
}
cdf_put_att_text
(
ncid
,
NC_GLOBAL
,
"CDI"
,
strlen
(
comment
),
comment
);
...
...
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