Changeset 5523
- Timestamp:
- Nov 16, 2005, 10:25:41 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel8_b0/psLib/src/astro/psEarthOrientation.c
r5235 r5523 8 8 * @author Robert Daniel DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $11 * @date $Date: 2005-1 0-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 $ 12 12 * 13 13 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 53 53 static bool eocInit() 54 54 { 55 int nFail = 0;55 unsigned int nFail = 0; 56 56 57 57 // Read config file … … 235 235 SEC_TO_RAD(0.00001149)*t4; 236 236 237 // L âOmega237 // L Omega 238 238 F[2] = DEG_TO_RAD(93.27209062) + 239 239 SEC_TO_RAD(1739527262.8478)*t -
Note:
See TracChangeset
for help on using the changeset viewer.
