Changeset 5522 for trunk/psLib/src/astro/psEarthOrientation.c
- Timestamp:
- Nov 15, 2005, 4:40:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psEarthOrientation.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psEarthOrientation.c
r5519 r5522 8 8 * @author Robert Daniel DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-11-1 5 22:19:29$10 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-11-16 02:40:13 $ 12 12 * 13 13 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 68 68 } 69 69 70 static bool eocInit()70 bool p_psEOCInit() 71 71 { 72 72 unsigned int nFail = 0; … … 353 353 } 354 354 355 /*356 double psEOC_ParallaxFactor(const psSphere *coords,357 const psTime *time)358 {359 360 361 return NAN;362 }363 */364 365 355 psEarthPole *psEOC_PrecessionModel(const psTime *time) 366 356 { … … 431 421 // Check if EOC data loaded 432 422 if(! eocInitialized) { 433 eocInitialized = eocInit();423 eocInitialized = p_psEOCInit(); 434 424 if(!eocInitialized) { 435 425 // XXX: Move error message.
Note:
See TracChangeset
for help on using the changeset viewer.
