IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2006, 2:17:21 PM (20 years ago)
Author:
jhoblitt
Message:

rename p_psTimeCopy() -> psTimeCopy() as it should be a public interface

File:
1 edited

Legend:

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

    r8595 r9665  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    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 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    473473psF64 psTimerStop(void);
    474474
    475 /** Private function for copying a psTime.
     475/** Copy a psTime.
    476476 *
    477477 *  @return psTime*:        New copy of existing psTime.
    478478 */
    479 psTime *p_psTimeCopy(
     479psTime *psTimeCopy(
    480480    const psTime *inTime               ///< input time to copy.
    481481);
Note: See TracChangeset for help on using the changeset viewer.