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
2f579d1b
Commit
2f579d1b
authored
May 04, 2012
by
Uwe Schulzweida
Browse files
cgribexlib.c update
parent
221cc3dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgribexlib.c
View file @
2f579d1b
...
...
@@ -845,6 +845,7 @@ void sse2_minmax_val(const double *restrict buf, long nframes, double *min, doub
#endif
static
void
minmax_val
(
const
double
*
restrict
data
,
long
datasize
,
double
*
fmin
,
double
*
fmax
)
{
#ifdef _GET_X86_COUNTER
...
...
@@ -1025,7 +1026,7 @@ void encode_double_array_common(int numBits, long packStart, long datasize, GRIB
*
gz
=
z
;
}
static
void
encode_double_array_byte
(
int
numBits
,
long
packStart
,
long
datasize
,
GRIBPACK
*
restrict
lGrib
,
const
double
*
restrict
data
,
...
...
@@ -1152,7 +1153,7 @@ void encode_double_array_byte(int numBits, long packStart, long datasize,
*
gz
=
z
;
}
static
void
encode_double_array_unrolled
(
int
numBits
,
long
packStart
,
long
datasize
,
GRIBPACK
*
restrict
lGrib
,
const
double
*
restrict
data
,
...
...
@@ -3561,8 +3562,6 @@ void gribPrintSec4Wave(int *isec4)
int
BitsPerInt
=
(
int
)
(
sizeof
(
int
)
*
8
);
void
minmax_val
(
const
double
*
restrict
data
,
long
datasize
,
double
*
fmin
,
double
*
fmax
);
/* GRIB block 0 - indicator block */
...
...
@@ -9758,7 +9757,7 @@ int gribUnzip(unsigned char *dbuf, long dbufsize, unsigned char *sbuf, long sbu
return
(
gribLen
);
}
static
const
char
grb_libvers
[]
=
"1.5.2"
" of ""May 4 2012"" ""1
4:42
:5
2
"
;
static
const
char
grb_libvers
[]
=
"1.5.2"
" of ""May 4 2012"" ""1
5:31
:5
6
"
;
const
char
*
cgribexLibraryVersion
(
void
)
{
...
...
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