IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2006, 10:04:31 AM (20 years ago)
Author:
drobbin
Message:

updated PrecessMethod. Fixed MetadataAddStr to error on NULL input. Time_TideUT1Corr?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.h

    r6036 r6184  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-01-18 20:59:31 $
     13 *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-01-23 20:04:31 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    432432psF64 psTimerStop(void);
    433433
     434/** Private function for copying a psTime.
     435 *
     436 *  @return psTime*:        New copy of existing psTime.
     437 */
     438psTime *p_psTimeCopy(
     439    const psTime *inTime               ///< input time to copy.
     440);
     441
    434442/// @}
    435443
Note: See TracChangeset for help on using the changeset viewer.