Resolved bug in the SRP reference system conversion.
The bug was in the number2str function of utils.h: the default precision of the stringstream object was not enough for our conversions (the default is 6).
Loading
Please sign in to comment
The bug was in the number2str function of utils.h: the default precision of the stringstream object was not enough for our conversions (the default is 6).