baltrad / rave

Radar product generation framework and toolbox. Injector using ODIM_H5 files.
Other
3 stars 3 forks source link

Comparing value type against value in composite.c #44

Closed andershenja closed 5 months ago

andershenja commented 5 months ago

Data value is compared against data type. Should be changed to compare type against type in composite.c

--- a/librave/toolbox/composite.c +++ b/librave/toolbox/composite.c @@ -1746,7 +1746,7 @@ static int CompositeInternal_setValuesInValuePos( return 0; }