Changeset 5235 for trunk/psLib/src/astro
- Timestamp:
- Oct 7, 2005, 11:27:50 AM (21 years ago)
- Location:
- trunk/psLib/src/astro
- Files:
-
- 2 edited
-
Makefile.am (modified) (2 diffs)
-
psEarthOrientation.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/Makefile.am
r5015 r5235 9 9 psTime.c \ 10 10 psCoord.c \ 11 psSphereOps.c 11 psSphereOps.c \ 12 psEarthOrientation.c 12 13 13 14 EXTRA_DIST = astro.i … … 17 18 psTime.h \ 18 19 psCoord.h \ 19 psSphereOps.h 20 psSphereOps.h \ 21 psEarthOrientation.h -
trunk/psLib/src/astro/psEarthOrientation.c
r5020 r5235 8 8 * @author Robert Daniel DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2005- 09-13 01:54:00$10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-10-07 21:27:49 $ 12 12 * 13 13 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 20 20 #include "psTime.h" 21 21 #include "psArray.h" 22 #include "ps Functions.h"22 #include "psPolynomial.h" 23 23 #include "psVector.h" 24 24 #include "psMetadata.h"
Note:
See TracChangeset
for help on using the changeset viewer.
