IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2007, 1:56:12 PM (19 years ago)
Author:
gusciora
Message:

Made several changes to keep the tap tests up-to-date with recent src
changes.

File:
1 edited

Legend:

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

    r11689 r12094  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-02-08 01:22:08 $
     7 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-02-27 23:56:12 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4747
    4848    if (flags & TS00_IM_NULL) {
    49         if (VERBOSE)
    50             printf("        using a NULL image\n");
     49        if (VERBOSE) printf("        using a NULL image\n");
    5150    }
    5251
    5352    if (flags & TS00_IM_F32) {
    54         if (VERBOSE)
    55             printf("        using a psF32 image\n");
     53        if (VERBOSE) printf("        using a psF32 image\n");
    5654        img = psImageAlloc(numCols, numRows, PS_TYPE_F32);
    5755        // Set a checkboard pattern
Note: See TracChangeset for help on using the changeset viewer.