Ignore:
Timestamp:
09/17/13 14:35:17 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: more cppcheck errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/LatLong/Ll2xyx.cpp

    r15741 r16152  
    4646        int     i,iret=0;
    4747        double  delta,slat;
    48         double  cde,re,ex2,ex;
     48        double  re,ex2,ex;
    4949        double  latitude,longitude;
    5050        double  T,rho,sl,tc,mc;
     
    5555        slat  = standard_parallel;
    5656
    57         /*  Conversion constant from degrees to radians  */
    58         cde = 57.29577951;
    5957        /*  Radius of the earth in meters  */
    6058        re  = 6378.273*1.e3;
Note: See TracChangeset for help on using the changeset viewer.