Changeset 9541 for trunk/psModules/src/imcombine/pmReadoutCombine.c
- Timestamp:
- Oct 13, 2006, 12:14:07 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.c
r8848 r9541 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $8 * @date $Date: 2006- 09-20 02:36:36$7 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-10-13 22:11:02 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 282 282 minInputCols - output->col0, maxInputCols - output->col0, 283 283 minInputRows - output->row0, maxInputRows - output->row0); 284 if (psTraceGetLevel( __func__) >= 3) {284 if (psTraceGetLevel("psModules.imcombine") >= 3) { 285 285 for (int r = 0; r < inputs->n; r++) { 286 286 pmReadout *readout = inputs->data[r]; // Input readout … … 309 309 #if 0 310 310 311 if (psTraceGetLevel( __func__) > 9) {311 if (psTraceGetLevel("psModules.imcombine") > 9) { 312 312 printf("Processing row %d\r", i); 313 313 fflush(stdout); … … 390 390 } 391 391 #if 0 392 if (psTraceGetLevel( __func__) > 9) {392 if (psTraceGetLevel("psModules.imcombine") > 9) { 393 393 printf("\n"); 394 394 }
Note:
See TracChangeset
for help on using the changeset viewer.
