Documentor gives an error when parsing floating point
numbers with scientific format:
The following line gives a parsing error:
const C_GISxDoublePrecGS = 1e-15;
If I change it to the following, it works fine
const C_GISxDoublePrecGS = 1.0e-15;
(BTW: it seems that this worked in previous versions)
Greez
Daniel Bernhard