Ignore:
Timestamp:
2016-03-15T09:08:59+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - remove fields used as local variables only

File:
1 edited

Legend:

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

    r9974 r9998  
    5454
    5555    /** Constant parameters. */
    56     private double sinb1, cosb1, xmf, ymf, mmf, qp, dd, rq;
     56    private double sinb1, cosb1, xmf, ymf, qp, dd, rq;
    5757
    5858    /** Coefficients for authalic latitude. */
     
    102102        qp     = qsfn(1);
    103103        rq     = Math.sqrt(0.5 * qp);
    104         mmf    = 0.5 / (1 - e2);
    105104        sinphi = Math.sin(latitudeOfOrigin);
    106105        sinb1 = qsfn(sinphi) / qp;
Note: See TracChangeset for help on using the changeset viewer.