- Timestamp:
- 2019-02-18T19:48:22+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/coor/LatLon.java
r14120 r14794 235 235 // (This should almost never happen.) 236 236 if (Double.isNaN(d)) { 237 Logging.error("NaN in greatCircleDistance ");237 Logging.error("NaN in greatCircleDistance: {0} {1}", this, other); 238 238 d = PI * WGS84.a; 239 239 }
Note:
See TracChangeset
for help on using the changeset viewer.