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
0e0b6265
Commit
0e0b6265
authored
Jan 20, 2012
by
Uwe Schulzweida
Browse files
test grib2 ieee
parent
89771d78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_gribapi.c
View file @
0e0b6265
...
...
@@ -2214,7 +2214,13 @@ void gribapiDefGrid(grib_handle *gh, int gridID, int ljpeg)
mesg
=
"grid_simple"
;
len
=
strlen
(
mesg
);
GRIB_CHECK
(
grib_set_string
(
gh
,
"packingType"
,
mesg
,
&
len
),
0
);
}
/*
{
mesg = "grid_ieee"; len = strlen(mesg);
GRIB_CHECK(grib_set_string(gh, "packingType", mesg, &len), 0);
GRIB_CHECK(grib_set_long(gh, "precision", 2), 0);
}
*/
break
;
}
/*
...
...
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