Changeset 6286 in josm for trunk/test/unit/org/openstreetmap
- Timestamp:
- 2013-10-02T00:52:41+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/projection/EllipsoidTest.java
r3531 r6286 11 11 public class EllipsoidTest { 12 12 13 final double EPSILON = 1e-8;13 private static final double EPSILON = 1e-8; 14 14 15 15 /**
Note:
See TracChangeset
for help on using the changeset viewer.