Changeset 9665 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Oct 19, 2006, 2:17:21 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r8595 r9665 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1. 49$ $Name: not supported by cvs2svn $14 * @date $Date: 2006- 08-25 20:04:16$13 * @version $Revision: 1.50 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-10-20 00:17:21 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 473 473 psF64 psTimerStop(void); 474 474 475 /** Private function for copyinga psTime.475 /** Copy a psTime. 476 476 * 477 477 * @return psTime*: New copy of existing psTime. 478 478 */ 479 psTime *p _psTimeCopy(479 psTime *psTimeCopy( 480 480 const psTime *inTime ///< input time to copy. 481 481 );
Note:
See TracChangeset
for help on using the changeset viewer.
