Changeset 7259 for trunk/psModules/src/imcombine/pmReadoutCombine.c
- Timestamp:
- May 31, 2006, 5:39:15 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.c
r7256 r7259 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-06-01 0 2:26:32$7 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-06-01 03:39:15 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 279 279 280 280 for (int i = minInputRows; i < maxInputRows; i++) { 281 #if 0 281 282 if (psTraceGetLevel(__func__) > 9) { 282 283 printf("Processing row %d\r", i); 283 284 fflush(stdout); 284 285 } 286 #endif 285 287 for (int j = minInputCols; j < maxInputCols; j++) { 286 288 int numValid = 0; // Number of valid pixels in the stack … … 350 352 } 351 353 } 354 #if 0 352 355 if (psTraceGetLevel(__func__) > 9) { 353 356 printf("\n"); 354 357 } 355 358 #endif 356 359 psFree(index); 357 360 psFree(pixels);
Note:
See TracChangeset
for help on using the changeset viewer.
