IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2328


Ignore:
Timestamp:
Nov 10, 2004, 1:08:10 PM (22 years ago)
Author:
harman
Message:

Changed print statements to be compatable with 64 bit architecture

File:
1 edited

Legend:

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

    r2204 r2328  
    1212 *  @author  Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
    15  *  @date  $Date: 2004-10-27 00:57:33 $
     14 *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
     15 *  @date  $Date: 2004-11-10 23:08:10 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323
    2424#define PRINT_TIME(TEXT,TIME) \
    25 printf("%s Seconds = %ld Microseconds = %u\n", TEXT, (psS64)TIME->sec, TIME->usec);
     25printf("%s Seconds = %lld Microseconds = %u\n", TEXT, TIME->sec, TIME->usec);
    2626
    2727psS32 main(psS32 argc, char* argv[])
Note: See TracChangeset for help on using the changeset viewer.