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
997c8c8c
Commit
997c8c8c
authored
Oct 30, 2015
by
Uwe Schulzweida
Browse files
cgribexlib update
parent
215c5117
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/cgribex.h
View file @
997c8c8c
...
...
@@ -188,11 +188,11 @@ void gribSetValueCheck(int vcheck);
void
gribExSP
(
int
*
isec0
,
int
*
isec1
,
int
*
isec2
,
float
*
fsec2
,
int
*
isec3
,
float
*
fsec3
,
int
*
isec4
,
float
*
fsec4
,
int
klenp
,
int
*
kgrib
,
int
kleng
,
int
*
kword
,
char
*
hoper
,
int
*
kret
);
int
kleng
,
int
*
kword
,
const
char
*
hoper
,
int
*
kret
);
void
gribExDP
(
int
*
isec0
,
int
*
isec1
,
int
*
isec2
,
double
*
fsec2
,
int
*
isec3
,
double
*
fsec3
,
int
*
isec4
,
double
*
fsec4
,
int
klenp
,
int
*
kgrib
,
int
kleng
,
int
*
kword
,
char
*
hoper
,
int
*
kret
);
int
kleng
,
int
*
kword
,
const
char
*
hoper
,
int
*
kret
);
const
char
*
cgribexLibraryVersion
(
void
);
...
...
src/cgribexlib.c
View file @
997c8c8c
This diff is collapsed.
Click to expand it.
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