IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2007, 2:08:52 PM (19 years ago)
Author:
gusciora
Message:

Removed psLogMsg() calls from the test code.

Location:
trunk/psLib/test/imageops
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/tap_psImageConvolve.c

    r12195 r13084  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-03-03 01:23:32 $
     7 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-05-01 00:08:52 $
    99 *
    1010 *  XXX: Must test the tRelative parameter to psKernelGenerate()
     
    161161                   result->yMin, result->yMax, result->xMin, result->xMax);
    162162            for (psS32 y = result->yMin; y <= result->yMax; y++) {
    163                 printf("HERE y is %d\n", y);
     163                // printf("y is %d\n", y);
    164164                for (psS32 x = result->xMin; x <= result->xMax; x++) {
    165165                    printf(" %6.2f ", result->kernel[y][x]);
  • trunk/psLib/test/imageops/tap_psImageGeomManip.c

    r13042 r13084  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-04-26 22:18:03 $
     7 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-05-01 00:08:52 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    568568
    569569
    570 printf("HERE\n");
    571570    // testImageRotate()
    572571    if (1) {
Note: See TracChangeset for help on using the changeset viewer.