Go to file
Jean-Paul Chaput dc3824d426 Correct a rounding error in RDS (rprparse).
* Bug: In <rds>, in rprparse::RdrTranslateParam(), add 0.5 before casting
    a double into a long, to avoid rounding error (truncation) for the
    returned value. Patch contributed by N. Shimizu.
      This is mainly due because when parsing the <.rds>, the sscanf may
    slighly change numbers. For example, 0.09 will be parsed as a double
    0.089999999999999997. Then later multiplations fall short when
    truncated into integers.
2014-06-05 15:12:22 +02:00
alliance/src Correct a rounding error in RDS (rprparse). 2014-06-05 15:12:22 +02:00
dev/scripts This commit is only to test (try 16) the mailing list. 2014-02-22 16:04:51 +01:00
.gitignore Merge branch 'devel' 2014-04-22 12:47:31 +02:00