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
3c5b0edd
Commit
3c5b0edd
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Fix functions only used in file to static.
parent
ca2d4909
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgribexlib.c
View file @
3c5b0edd
...
...
@@ -108,7 +108,7 @@
double
intpow2
(
int
x
);
int
gribrec_len
(
int
b1
,
int
b2
,
int
b3
);
static
int
gribrec_len
(
int
b1
,
int
b2
,
int
b3
);
int
correct_bdslen
(
int
bdslen
,
long
recsize
,
long
gribpos
);
/* CDI converter routines */
...
...
@@ -5715,7 +5715,7 @@ int gribWrite(int fileID, unsigned char *buffer, size_t buffersize)
}
int
gribrec_len
(
int
b1
,
int
b2
,
int
b3
)
static
int
gribrec_len
(
int
b1
,
int
b2
,
int
b3
)
{
int
gribsize
;
...
...
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