IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7259


Ignore:
Timestamp:
May 31, 2006, 5:39:15 PM (20 years ago)
Author:
Paul Price
Message:

Commenting out the running counter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r7256 r7259  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-06-01 02:26:32 $
     7 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-06-01 03:39:15 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    279279
    280280    for (int i = minInputRows; i < maxInputRows; i++) {
     281        #if 0
    281282        if (psTraceGetLevel(__func__) > 9) {
    282283            printf("Processing row %d\r", i);
    283284            fflush(stdout);
    284285        }
     286        #endif
    285287        for (int j = minInputCols; j < maxInputCols; j++) {
    286288            int numValid = 0;           // Number of valid pixels in the stack
     
    350352        }
    351353    }
     354    #if 0
    352355    if (psTraceGetLevel(__func__) > 9) {
    353356        printf("\n");
    354357    }
    355 
     358    #endif
    356359    psFree(index);
    357360    psFree(pixels);
Note: See TracChangeset for help on using the changeset viewer.