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.

File:
1 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]);
Note: See TracChangeset for help on using the changeset viewer.