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
94cffa60
Commit
94cffa60
authored
Aug 20, 2014
by
Uwe Schulzweida
Browse files
renamed gribapiLibraryVersion() to gribapiLibraryVersionString()
parent
e71e31ba
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
src/cdi_int.c
View file @
94cffa60
...
...
@@ -128,7 +128,7 @@ void cdiPrintVersion(void)
fprintf
(
stderr
,
" CGRIBEX library version : %s
\n
"
,
cgribexLibraryVersion
());
#endif
#if defined (HAVE_LIBGRIB_API)
fprintf
(
stderr
,
"GRIB_API library version : %s
\n
"
,
gribapiLibraryVersion
());
fprintf
(
stderr
,
"GRIB_API library version : %s
\n
"
,
gribapiLibraryVersion
String
());
#endif
#if defined (HAVE_LIBNETCDF)
fprintf
(
stderr
,
" netCDF library version : %s
\n
"
,
cdfLibraryVersion
());
...
...
src/gribapi.c
View file @
94cffa60
...
...
@@ -21,7 +21,7 @@ static char gribapi_libvers[64] = "";
static
int
gribapi_libvers_init
;
#endif
const
char
*
gribapiLibraryVersion
(
void
)
const
char
*
gribapiLibraryVersion
String
(
void
)
{
#if defined (HAVE_LIBGRIB_API)
if
(
!
gribapi_libvers_init
)
...
...
src/gribapi.h
View file @
94cffa60
...
...
@@ -42,7 +42,7 @@
#define GRIB2_GTYPE_GME 100
/* hexagonal GME grid */
#define GRIB2_GTYPE_UNSTRUCTURED 101
/* General Unstructured Grid */
const
char
*
gribapiLibraryVersion
(
void
);
const
char
*
gribapiLibraryVersion
String
(
void
);
void
gribContainersNew
(
stream_t
*
streamptr
);
void
gribContainersDelete
(
stream_t
*
streamptr
);
void
*
gribHandleNew
(
int
editionNumber
);
...
...
src/mo_cdi.f90
View file @
94cffa60
This diff is collapsed.
Click to expand it.
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