Skip to content
GitLab
Menu
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
e3726a37
Commit
e3726a37
authored
Sep 14, 2015
by
Uwe Schulzweida
Browse files
cdi_util.c: include cdi_int.h
parent
9789182f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cdi_int.h
View file @
e3726a37
...
...
@@ -421,7 +421,7 @@ int cdiStreamDefTimestep_(stream_t *streamptr, int tsID);
void
cdiStreamSync_
(
stream_t
*
streamptr
);
char
*
cdiUnitNamePtr
(
int
cdi_unit
);
const
char
*
cdiUnitNamePtr
(
int
cdi_unit
);
void
zaxisGetIndexList
(
int
nzaxis
,
int
*
zaxisIndexList
);
...
...
src/cdi_util.c
View file @
e3726a37
#include
<stdio.h>
#include
<stdlib.h>
#include
"cdi_int.h"
void
cdiDecodeParam
(
int
param
,
int
*
pnum
,
int
*
pcat
,
int
*
pdis
)
{
unsigned
uparam
=
(
unsigned
)
param
;
...
...
Write
Preview
Supports
Markdown
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