Changeset 2028
- Timestamp:
- Oct 8, 2004, 1:18:27 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
astro/psTime.c (modified) (2 diffs)
-
astronomy/psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r2025 r2028 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-10-08 2 2:59:09$13 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-10-08 23:18:27 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 824 824 tmTime.tm_isdst = -1; 825 825 826 // Allocate psTime struct827 //ALLOC_TIME(outTime)828 829 826 // Convert tm time to psTime 830 827 outTime = psTMToTime(&tmTime); -
trunk/psLib/src/astronomy/psTime.c
r2025 r2028 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-10-08 2 2:59:09$13 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-10-08 23:18:27 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 824 824 tmTime.tm_isdst = -1; 825 825 826 // Allocate psTime struct827 //ALLOC_TIME(outTime)828 829 826 // Convert tm time to psTime 830 827 outTime = psTMToTime(&tmTime);
Note:
See TracChangeset
for help on using the changeset viewer.
