IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Change function names from psTimeToISOTime and psTimeFromISOTime to
psTimeToISO and psTimeFromISO respectively. (SDR-13)

File:
1 edited

Legend:

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

    r3704 r3705  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-04-18 23:13:37 $
     12 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-04-18 23:30:54 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    186186 *  @return  char*: Pointer null terminated array of chars in ISO time.
    187187 */
    188 char* psTimeToISOTime(
     188char* psTimeToISO(
    189189    const psTime* time                  ///< Input time to be converted.
    190190);
     
    237237 *  @return  psTime*: time
    238238 */
    239 psTime* psTimeFromISOTime(
     239psTime* psTimeFromISO(
    240240    const char* time                    ///< Input time to be converted.
    241241);
Note: See TracChangeset for help on using the changeset viewer.