Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
94cffa60
Commit
94cffa60
authored
10 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
renamed gribapiLibraryVersion() to gribapiLibraryVersionString()
parent
e71e31ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/cdi_int.c
+1
-1
1 addition, 1 deletion
src/cdi_int.c
src/gribapi.c
+1
-1
1 addition, 1 deletion
src/gribapi.c
src/gribapi.h
+1
-1
1 addition, 1 deletion
src/gribapi.h
src/mo_cdi.f90
+1703
-1500
1703 additions, 1500 deletions
src/mo_cdi.f90
with
1706 additions
and
1503 deletions
src/cdi_int.c
+
1
−
1
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
());
...
...
This diff is collapsed.
Click to expand it.
src/gribapi.c
+
1
−
1
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
)
...
...
This diff is collapsed.
Click to expand it.
src/gribapi.h
+
1
−
1
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
);
...
...
This diff is collapsed.
Click to expand it.
src/mo_cdi.f90
+
1703
−
1500
View file @
94cffa60
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment