Changeset 1441 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Aug 9, 2004, 1:40:55 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
