IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2004, 9:38:38 AM (22 years ago)
Author:
desonia
Message:

fixed some small problems with running tests on AMD64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataIO/tst_psLookupTable_01.c

    r2706 r2808  
    1212*  @author  Ross Harman, MHPCC
    1313*
    14 *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
    15 *  @date  $Date: 2004-12-13 22:32:02 $
     14*  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
     15*  @date  $Date: 2004-12-23 19:38:38 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6565            printf("ERROR: Incorrect value, %lf. Expected %lf\n", out2->data.F64[i], truthData2[i]);
    6666        } else if(status1 != PS_LOOKUP_SUCCESS) {
    67             printf("ERROR: Bad return status, %d for column %lld\n", stats2->data.U32[i], i);
     67            printf("ERROR: Bad return status, %d for column %lld\n", stats2->data.U32[i], (long long int)i);
    6868        }
    6969    }
Note: See TracChangeset for help on using the changeset viewer.