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
50fbc8ff
Commit
50fbc8ff
authored
Jul 17, 2014
by
Uwe Schulzweida
Browse files
grib2: activate jpeg support in combination with masks (missing values)
parent
f5976d83
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
50fbc8ff
...
...
@@ -3,6 +3,10 @@
* Version 1.7.0 released
* using CGRIBEX library version 1.7.0
2014-07-17 Uwe Schulzweida
* grib2: activate jpeg support in combination with masks (missing values)
2014-07-01 Uwe Schulzweida
* netCDF: skip coordinate variables with more than 2 dimension
...
...
src/stream_gribapi.c
View file @
50fbc8ff
...
...
@@ -2362,7 +2362,7 @@ void gribapiDefGrid(int editionNumber, grib_handle *gh, int gridID, int ljpeg, i
if
(
ljpeg
)
{
if
(
nmiss
>
0
)
ljpeg
=
0
;
//
if ( nmiss > 0 ) ljpeg = 0;
if
(
ljpeg
)
{
...
...
@@ -2536,7 +2536,7 @@ void gribapiDefGrid(int editionNumber, grib_handle *gh, int gridID, int ljpeg, i
}
else
if
(
ljpeg
)
{
if
(
nmiss
>
0
)
ljpeg
=
0
;
//
if ( nmiss > 0 ) ljpeg = 0;
if
(
ljpeg
)
{
...
...
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