IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5523


Ignore:
Timestamp:
Nov 16, 2005, 10:25:41 AM (21 years ago)
Author:
magnier
Message:

fixed signed error on nFail, removed non-ascii char

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel8_b0/psLib/src/astro/psEarthOrientation.c

    r5235 r5523  
    88*  @author Robert Daniel DeSonia, MHPCC
    99*
    10 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-10-07 21:27:49 $
     10*  @version $Revision: 1.4.4.1 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-11-16 20:25:41 $
    1212*
    1313*  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    5353static bool eocInit()
    5454{
    55     int nFail = 0;
     55    unsigned int nFail = 0;
    5656
    5757    // Read config file
     
    235235           SEC_TO_RAD(0.00001149)*t4;
    236236
    237     // L − Omega
     237    // L Omega
    238238    F[2] = DEG_TO_RAD(93.27209062) +
    239239           SEC_TO_RAD(1739527262.8478)*t -
Note: See TracChangeset for help on using the changeset viewer.