IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 2, 2005, 11:32:06 AM (21 years ago)
Author:
drobbin
Message:

made requested changes including using file descriptors in psTrace

File:
1 edited

Legend:

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

    r4937 r4944  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-08-31 22:28:35 $
     12 *  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-09-02 21:32:03 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    13601360}
    13611361
    1362 psTime* psTimeFromISO(const char *input)
     1362psTime* psTimeFromISO(const char *input,
     1363                      psTimeType type)
    13631364{
    13641365    psS32 millisecond;
     
    13911392    outTime = p_psTimeFromTM(&tmTime);
    13921393    outTime->nsec = millisecond * 1000000;
     1394    outTime->type = type;
    13931395
    13941396    return outTime;
Note: See TracChangeset for help on using the changeset viewer.