IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2004, 3:14:08 PM (22 years ago)
Author:
harman
Message:

Updated print statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/tst_psTime_01.c

    r2392 r2526  
    2323 *  @author  Ross Harman, MHPCC
    2424 *
    25  *  @version $Revision: 1.15 $  $Name: not supported by cvs2svn $
    26  *  @date  $Date: 2004-11-22 20:52:45 $
     25 *  @version $Revision: 1.16 $  $Name: not supported by cvs2svn $
     26 *  @date  $Date: 2004-11-30 01:14:08 $
    2727 *
    2828 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    145145    struct timeval timevalTime;
    146146    timevalTime = psTimeToTimeval(testTime);
    147     printf("timevalTime: Seconds = %lld Microseconds = %ld\n", (psS64)timevalTime.tv_sec, (psS64)timevalTime.tv_usec);
     147    printf("timevalTime: Seconds = %lld Microseconds = %lld\n", (psS64)timevalTime.tv_sec, (psS64)timevalTime.tv_usec);
    148148    printFooter(stdout, "psTime", "Convert psTime to timeval time", true);
    149149
Note: See TracChangeset for help on using the changeset viewer.