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
b17e46d3
Commit
b17e46d3
authored
Nov 04, 2014
by
Uwe Schulzweida
Browse files
grib2: renamed szip packingtype to grid_ccsds
parent
dab2a6d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_gribapi.c
View file @
b17e46d3
...
...
@@ -2431,7 +2431,7 @@ void gribapiDefGrid(int editionNumber, grib_handle *gh, int gridID, int comptype
}
else
if
(
comptype
==
COMPRESS_SZIP
)
{
mesg
=
"grid_
szip
"
;
len
=
strlen
(
mesg
);
mesg
=
"grid_
ccsds
"
;
len
=
strlen
(
mesg
);
GRIB_CHECK
(
my_grib_set_string
(
gh
,
"packingType"
,
mesg
,
&
len
),
0
);
}
else
...
...
@@ -2610,7 +2610,7 @@ void gribapiDefGrid(int editionNumber, grib_handle *gh, int gridID, int comptype
}
else
if
(
comptype
==
COMPRESS_SZIP
)
{
mesg
=
"grid_
szip
"
;
len
=
strlen
(
mesg
);
mesg
=
"grid_
ccsds
"
;
len
=
strlen
(
mesg
);
GRIB_CHECK
(
my_grib_set_string
(
gh
,
"packingType"
,
mesg
,
&
len
),
0
);
}
else
...
...
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