Skip to content
Snippets Groups Projects
Commit d992db79 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Docu update

parent 652fa12e
No related branches found
No related tags found
No related merge requests found
......@@ -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");
}
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment