You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting AMF contents the deltax, deltay, .... subelements values don't respect the float64 precision indicated in gmio_amf_write_options::float64_prec
Early investigation shows this is caused by the call to gmio_ostringstream_write_xmlelt_f64() which internally passes NULL to gmio_ostringstream_write_f64().
The text was updated successfully, but these errors were encountered:
When exporting AMF contents the
deltax
,deltay
, .... subelements values don't respect the float64 precision indicated ingmio_amf_write_options::float64_prec
Example :
float64_prec = 4
Early investigation shows this is caused by the call to
gmio_ostringstream_write_xmlelt_f64()
which internally passesNULL
togmio_ostringstream_write_f64()
.The text was updated successfully, but these errors were encountered: