Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
14440b7b
Commit
14440b7b
authored
Feb 08, 2017
by
Uwe Schulzweida
Browse files
Moved declaration of zaxisNamePtr to cdi.h.
parent
09993d28
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cdi.h
View file @
14440b7b
...
...
@@ -967,6 +967,7 @@ int gridInqComplexPacking(int gridID);
/* ZAXIS routines */
void
zaxisName
(
int
zaxistype
,
char
*
zaxisname
);
const
char
*
zaxisNamePtr
(
int
leveltype
);
/* zaxisCreate: Create a vertical Z-axis */
int
zaxisCreate
(
int
zaxistype
,
int
size
);
...
...
src/cdi_int.h
View file @
14440b7b
...
...
@@ -351,7 +351,6 @@ int streamInqFileID(int streamID);
void
gridDefHasDims
(
int
gridID
,
int
hasdims
);
int
gridInqHasDims
(
int
gridID
);
const
char
*
zaxisNamePtr
(
int
leveltype
);
int
zaxisInqLevelID
(
int
zaxisID
,
double
level
);
void
streamCheckID
(
const
char
*
caller
,
int
streamID
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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