Changeset 10999 for trunk/psLib/src/astro
- Timestamp:
- Jan 9, 2007, 12:38:53 PM (20 years ago)
- Location:
- trunk/psLib/src/astro
- Files:
-
- 5 edited
-
parse_gcov-out.c (modified) (1 diff)
-
psCoord.c (modified) (2 diffs)
-
psEarthOrientation.c (modified) (1 diff)
-
psSphereOps.c (modified) (1 diff)
-
psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/parse_gcov-out.c
r9932 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 1 4 2 5 #include <stdio.h> -
trunk/psLib/src/astro/psCoord.c
r10848 r10999 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.1 29$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-12-29 04:38:42 $12 * @version $Revision: 1.130 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:52 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 18 18 /* INCLUDE FILES */ 19 19 /******************************************************************************/ 20 21 #ifdef HAVE_CONFIG_H 22 # include "config.h" 23 #endif 24 20 25 #include "psType.h" 21 26 #include "psCoord.h" -
trunk/psLib/src/astro/psEarthOrientation.c
r9989 r10999 8 8 * @author Robert Daniel DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.4 2$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-11-15 01:33:42 $10 * @version $Revision: 1.43 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-09 22:38:52 $ 12 12 * 13 13 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ 15 16 #ifdef HAVE_CONFIG_H 17 # include "config.h" 18 #endif 15 19 16 20 #include <math.h> -
trunk/psLib/src/astro/psSphereOps.c
r10609 r10999 8 8 * @author Dave Robbins, MHPCC 9 9 * 10 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-12-10 17:29:51$10 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-09 22:38:52 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ 15 16 #ifdef HAVE_CONFIG_H 17 # include "config.h" 18 #endif 15 19 16 20 #include <math.h> -
trunk/psLib/src/astro/psTime.c
r10736 r10999 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.10 7$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-12-14 23:02:46$12 * @version $Revision: 1.108 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:52 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 18 #ifdef HAVE_CONFIG_H 19 # include "config.h" 20 #endif 17 21 18 22 #include <stdio.h> … … 34 38 #include "psLookupTable.h" 35 39 #include "psAssert.h" 36 37 38 #include "config.h"39 40 40 41 #define MAX_STRING_LENGTH 256
Note:
See TracChangeset
for help on using the changeset viewer.
