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_pmImageCombine.c

    r4291 r4579  
    99 *  XXX: Must verify the results internally.  Don't use stdout file.
    1010 *
    11  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-06-16 23:13:43 $
     11 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-07-19 01:44:48 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    266266
    267267    if (questionablePixels->n != numImages) {
    268         printf("TEST ERROR: pmCombineImages(): questionablePixels->n was %d, should have been %d\n",
     268        printf("TEST ERROR: pmCombineImages(): questionablePixels->n was %ld, should have been %d\n",
    269269               questionablePixels->n, numImages);
    270270        testStatus = true;
     
    313313        for (psS32 i = 0 ; i < pixelRejects->n ; i++) {
    314314            psPixels *myPixels = (psPixels *) pixelRejects->data[i];
    315             printf("tst_pmImageCombine.c: Image %d had %d rejects.\n", i, myPixels->n);
     315            printf("tst_pmImageCombine.c: Image %d had %ld rejects.\n", i, myPixels->n);
    316316
    317317            for (psS32 p = 0 ; p < myPixels->n ; p++) {
Note: See TracChangeset for help on using the changeset viewer.