IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2007, 8:01:42 PM (19 years ago)
Author:
magnier
Message:

fixed un-inits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psEarthOrientation.c

    r10999 r11618  
    88 *  @author Robert Daniel DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2007-01-09 22:38:52 $
     10 *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2007-02-03 06:01:42 $
    1212 *
    1313 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    10561056           SEC_TO_RAD(0.00001149)*t4;
    10571057
    1058     // L − Omega    (L = Mean Longitude of the Moon, Omega = F4)
     1058    // L âˆ’ Omega    (L = Mean Longitude of the Moon, Omega = F4)
    10591059    F[2] = DEG_TO_RAD(93.27209062) +
    10601060           SEC_TO_RAD(1739527262.8478)*t -
     
    11751175
    11761176    //Implementation adapted from PM_GRAVI in interp.f from hpiers.obspm.fr/eop-pc/models/interp.f
    1177     double arg[6];
     1177    double arg[6] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
    11781178    arg[0] = (67310.54841 +
    11791179              (876600.0*3600.0 + 8640184.812866)*t
Note: See TracChangeset for help on using the changeset viewer.