IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2005, 1:40:15 PM (21 years ago)
Author:
evanalst
Message:

Change function name psTimeGetTime to psTimeGetNow. (SDR-13)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psTime.c

    r3705 r3706  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-04-18 23:30:54 $
     12 *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-04-18 23:40:15 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    369369}
    370370
    371 psTime* psTimeGetTime(psTimeType type)
     371psTime* psTimeGetNow(psTimeType type)
    372372{
    373373    struct timeval now;
Note: See TracChangeset for help on using the changeset viewer.