Skip to content

Commit 16817c7

Browse files
committed
Updated XYZ print
1 parent bc304cc commit 16817c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utility/mapcode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ static void generateAndOutputMapcodes(double lat, double lon, int iShowError, in
317317
double y;
318318
double z;
319319
convertLatLonToXYZ(lat, lon, &x, &y, &z);
320-
printf("%d %.14g %.14g %.12g %.12g %.12g\n", nrResults, lat, lon, x, y, z);
320+
printf("%d %.14g %.14g %.14g %.14g %.14g\n", nrResults, lat, lon, x, y, z);
321321
}
322322
else {
323323
printf("%d %.14g %.14g\n", nrResults, lat, lon);

0 commit comments

Comments
 (0)