Comment 1 for bug 994658

Revision history for this message
vanh souvanlasy (vanh-souvanlasy) wrote :

The problem seems to be with type casting of a double to float in the function bufr_value2bits()
input value was a double=717289.058, casting it to float resulted as 717289.062
Will simply avoid the casting to solve the problem.