Hello,
I have put a correction on the trunk recently, that will be in version 6.3 R2 (due end of this month). Subroutine readgeo3 from library bief has to be corrected, this is where latitude-longitudes are converted to Mercator, and there the latitude and longitude of origin point need to be converted to radians as they are received in degrees (this is the mistake). If you cannot get it I can send it next Monday (our Linux network seems to be down currently). Another possibility is that you take the existing readgeo3 and consider that all latitudes and longitudes are in degrees (so you do nothing in corrxy if your original geometry file is in degrees). In readgeo3 you would have then to multiply all the latitudes and longitudes by PI/180, and it should do it.
Then the results file is given with Mercator projection.
I am not sure that asking for radians was a good idea, as everybody seems to have degrees, the more so because latitude and longitude of origin point is asked in degrees. Sorry for this.
With best regards,
Jean-Michel Hervouet