Changeset 9989
- Timestamp:
- Nov 14, 2006, 3:33:43 PM (20 years ago)
- Location:
- trunk/psLib/src/astro
- Files:
-
- 2 edited
-
psEarthOrientation.c (modified) (2 diffs)
-
psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psEarthOrientation.c
r9976 r9989 8 8 * @author Robert Daniel DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-11-1 4 21:15:43$10 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-11-15 01:33:42 $ 12 12 * 13 13 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 89 89 psMetadata* eocMetadata = psMetadataConfigRead(NULL, 90 90 &nFail, 91 p_ps GetConfigFileName(),91 p_psTimeConfigFileName(), 92 92 true); 93 93 //Make sure reading of config file worked correctly -
trunk/psLib/src/astro/psTime.h
r9665 r9989 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 0$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-1 0-20 00:17:21$13 * @version $Revision: 1.51 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-11-15 01:33:43 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 76 76 77 77 78 // get the pslib.config filename by checking environment variable first, then original installation area. 79 const char *p_psTimeConfigFileName(); 80 81 78 82 /** Initialize time data. 79 83 *
Note:
See TracChangeset
for help on using the changeset viewer.
