Changeset 7300 for trunk/psLib/src/astro/psTime.c
- Timestamp:
- Jun 2, 2006, 11:33:34 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r6536 r7300 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.8 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 3-07 04:20:10$12 * @version $Revision: 1.83 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-06-02 21:33:33 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1757 1757 static void psTimerFree () 1758 1758 { 1759 1760 psFree (timers);1761 1759 p_psTimeFinalize(); 1760 psFree(timers); 1761 timers = NULL; 1762 timerName[0] = '\0'; 1763 1762 1764 return; 1763 1765 }
Note:
See TracChangeset
for help on using the changeset viewer.
