Changeset 5447 for trunk/psLib/src/astro/psEarthOrientation.c
- Timestamp:
- Oct 27, 2005, 10:38:19 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psEarthOrientation.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psEarthOrientation.c
r5446 r5447 9 9 * @author Robert Daniel DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-10-2 6 01:20:15$11 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-10-27 20:38:18 $ 13 13 * 14 14 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 158 158 } 159 159 160 psSphere *psAberration(psSphere *apparent, const psSphere *actual, const psSphere *direction, double speed) 161 { 162 163 164 return NULL; 165 } 166 167 psSphere *psGravityDeflection(psSphere *apparent, psSphere *actual, psSphere *sun) 160 psSphere *psAberration(psSphere *actual, 161 const psSphere *apparent, 162 const psSphere *direction, 163 double speed) 164 { 165 166 167 return NULL; 168 } 169 170 psSphere *psGravityDeflection(psSphere *actual, 171 psSphere *apparent, 172 psSphere *sun) 168 173 { 169 174 PS_ASSERT_PTR_NON_NULL(apparent, NULL); … … 223 228 224 229 225 double psEOC_ParallaxFactor(const psSphere *coords, const psTime *time) 230 double psEOC_ParallaxFactor(const psSphere *coords, 231 const psTime *time) 226 232 { 227 233 … … 373 379 374 380 375 psEarthPole *psEOC_PrecessionCorr(const psTime *time, psTimeBulletin bulletin) 381 psEarthPole *psEOC_PrecessionCorr(const psTime *time, 382 psTimeBulletin bulletin) 376 383 { 377 384 return NULL; … … 391 398 392 399 393 psEarthPole* psEOC_GetPolarMotion(const psTime *time, psTimeBulletin bulletin) 400 psEarthPole* psEOC_GetPolarMotion(const psTime *time, 401 psTimeBulletin bulletin) 394 402 { 395 403 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
