Ignore:
Timestamp:
2020-06-14T14:55:26+02:00 (4 years ago)
Author:
simon04
Message:

see #19334 - https://errorprone.info/bugpattern/FloatingPointLiteralPrecision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/proj/LambertAzimuthalEqualArea.java

    r12013 r16627  
    4141
    4242    /** Constants for authalic latitude. */
    43     private static final double P00 = 0.33333333333333333333;
    44     private static final double P01 = 0.17222222222222222222;
    45     private static final double P02 = 0.10257936507936507936;
    46     private static final double P10 = 0.06388888888888888888;
    47     private static final double P11 = 0.06640211640211640211;
    48     private static final double P20 = 0.01641501294219154443;
     43    private static final double P00 = 3.33333333333333E-01;
     44    private static final double P01 = 1.72222222222222E-01;
     45    private static final double P02 = 1.02579365079365E-01;
     46    private static final double P10 = 6.38888888888889E-02;
     47    private static final double P11 = 6.64021164021164E-02;
     48    private static final double P20 = 1.64150129421915E-02;
    4949
    5050    /** The projection mode. */
Note: See TracChangeset for help on using the changeset viewer.