Changeset 1441 for trunk/psLib/src/astro
- Timestamp:
- Aug 9, 2004, 1:40:55 PM (22 years ago)
- Location:
- trunk/psLib/src/astro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.h
r1440 r1441 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08-09 23: 34:57$13 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-09 23:40:54 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 18 18 19 19 #ifndef PS_COORD_H 20 # define PS_COORD_H21 22 # include "psType.h"23 # include "psImage.h"24 # include "psArray.h"25 # include "psList.h"26 # include "psFunctions.h"27 # include "psTime.h"20 #define PS_COORD_H 21 22 #include "psType.h" 23 #include "psImage.h" 24 #include "psArray.h" 25 #include "psList.h" 26 #include "psFunctions.h" 27 #include "psTime.h" 28 28 29 29 /// @addtogroup CoordinateTransform -
trunk/psLib/src/astro/psTime.h
r1407 r1441 13 13 * @author Ross Harman, MHPCC 14 14 * 15 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-08-0 7 00:06:06$15 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-08-09 23:40:54 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 20 20 21 21 #ifndef PSTIME_H 22 # define PSTIME_H23 24 # include <time.h>25 # include <sys/types.h>26 # include <sys/time.h>27 28 # include "psType.h"22 #define PSTIME_H 23 24 #include <time.h> 25 #include <sys/types.h> 26 #include <sys/time.h> 27 28 #include "psType.h" 29 29 30 30 /// @addtogroup Time
Note:
See TracChangeset
for help on using the changeset viewer.
