Changeset 979


Ignore:
Timestamp:
04/04/06 11:57:11 (18 years ago)
Author:
mar637
Message:

removed debug cout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/RowAccumulator.cpp

    r854 r979  
    6161  MaskedArray<Float> data(v,m);
    6262  if ( weightType_ == asap::VAR ) {
    63     cout << "doing VAR" << endl;
    6463    if (m.nelements() == userMask_.nelements()) {
    6564      Float fac = 1.0/variance(data(userMask_));
     
    8584  tsysSum_ += v[0];
    8685  if ( weightType_ == asap::TSYS  || weightType_ == asap::TINTSYS ) {
    87     cout << "doing TSYS" << endl;
    8886    w /= (v[0]*v[0]);
    8987  }
     
    10199  intervalSum_ += inter;
    102100  if ( weightType_ == asap::TINT || weightType_ == asap::TINTSYS ) {
    103     cout << "doing TINT" << endl;
    104101    w /= Float(inter);
    105102  }
Note: See TracChangeset for help on using the changeset viewer.