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/Xy2llx.cpp

    r15741 r16152  
    4848        int     i,iret=0;
    4949        double  delta,slat;
    50         double  cde,re,ex2,ex;
     50        double  re,ex2,ex;
    5151        double  sl,rho,cm,T,chi;
    5252
     
    5656        slat  = standard_parallel;
    5757
    58         /*  Conversion constant from degrees to radians  */
    59         cde  = 57.29577951;
    6058        /*  Radius of the earth in meters  */
    6159        re   = 6378.273e+3;
Note: See TracChangeset for help on using the changeset viewer.