Changeset 4898 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Aug 29, 2005, 3:14:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r4590 r4898 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.3 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 7-21 02:39:57$13 * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-08-30 01:14:10 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 100 100 ); 101 101 102 103 /** Checks the type of a particular pointer. 104 * 105 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 106 * 107 * @return bool: True if the pointer matches a psTime structure, false otherwise. 108 */ 109 bool psMemCheckTime( 110 psPtr ptr ///< the pointer whose type to check 111 ); 112 113 102 114 /** Get current time. 103 115 *
Note:
See TracChangeset
for help on using the changeset viewer.
