Changeset 12094 for trunk/psLib/test/imageops/tap_psImageSmooth.c
- Timestamp:
- Feb 27, 2007, 1:56:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/imageops/tap_psImageSmooth.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops/tap_psImageSmooth.c
r11689 r12094 5 5 * @author GLG, MHPCC 6 6 * 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 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 47 47 48 48 if (flags & TS00_IM_NULL) { 49 if (VERBOSE) 50 printf(" using a NULL image\n"); 49 if (VERBOSE) printf(" using a NULL image\n"); 51 50 } 52 51 53 52 if (flags & TS00_IM_F32) { 54 if (VERBOSE) 55 printf(" using a psF32 image\n"); 53 if (VERBOSE) printf(" using a psF32 image\n"); 56 54 img = psImageAlloc(numCols, numRows, PS_TYPE_F32); 57 55 // Set a checkboard pattern
Note:
See TracChangeset
for help on using the changeset viewer.
