IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2005, 3:44:48 PM (21 years ago)
Author:
drobbin
Message:

psModules now works with the reorganized version of psLib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/tst_pmImageSubtract.c

    r4418 r4579  
    1010 *  data.  More work need to be done to verify the results.
    1111 *
    12  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-06-28 23:28:18 $
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-07-19 01:44:48 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    337337    // Create a test image and set a single pixel in the center of each stamp.
    338338    psImage *tstImg = psImageAlloc(numCols, numRows, PS_TYPE_F32);
    339     psS32 numStamps = 0;
     339    int numStamps = 0;
    340340    PS_IMAGE_SET_F32(tstImg, 0.0);
    341341    for (psS32 j = 0; j < yNum; j++) {
     
    407407    } else {
    408408        if (stamps->n != numStamps) {
    409             printf("TEST ERROR: %d stamps were found, %d were expected.\n",
     409            printf("TEST ERROR: %ld stamps were found, %d were expected.\n",
    410410                   stamps->n, numStamps);
    411411            testStatus = true;
     
    443443    } else {
    444444        if (stamps->n != numStamps) {
    445             printf("TEST ERROR: %d stamps were found, %d were expected.\n",
     445            printf("TEST ERROR: %ld stamps were found, %d were expected.\n",
    446446                   stamps->n, numStamps);
    447447            testStatus = true;
Note: See TracChangeset for help on using the changeset viewer.