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
4d433a6e
Commit
4d433a6e
authored
Feb 12, 2013
by
Uwe Schulzweida
Browse files
cgribex.h update
parent
62683667
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cdi_error.c
View file @
4d433a6e
...
...
@@ -2,6 +2,7 @@
# include "config.h"
#endif
#include
<stdio.h>
#include
<string.h>
#include
<errno.h>
#include
"cdi.h"
...
...
src/cgribex.h
View file @
4d433a6e
...
...
@@ -212,7 +212,7 @@ void gribPrintGDS(int nrec, long recpos, long recsize, unsigned char *gribbuffe
void
gribPrintBMS
(
int
nrec
,
long
recpos
,
long
recsize
,
unsigned
char
*
gribbuffer
);
void
gribPrintBDS
(
int
nrec
,
long
recpos
,
long
recsize
,
unsigned
char
*
gribbuffer
);
void
gribCheck1
(
int
nrec
,
long
recpos
,
long
recsize
,
unsigned
char
*
gribbuffer
);
void
gribRepair1
(
int
nrec
,
long
recpos
,
long
recsize
,
unsigned
char
*
gribbuffer
);
void
gribRepair1
(
int
nrec
,
long
recsize
,
unsigned
char
*
gribbuffer
);
int
grib1Sections
(
unsigned
char
*
gribbuffer
,
long
recsize
,
unsigned
char
**
pdsp
,
unsigned
char
**
gdsp
,
unsigned
char
**
bmsp
,
unsigned
char
**
bdsp
);
...
...
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