- Timestamp:
- 04/14/11 21:04:05 (15 years ago)
- Location:
- trunk/src
- Files:
- 
      - 2 edited
 
 - 
          
  RowAccumulator.cpp (modified) (1 diff)
- 
          
  STMath.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/RowAccumulator.cppr2127 r2135 52 52 timeSum_ = 0.0; 53 53 timeSumNoMask_ = 0.0; 54 55 initialized_ = False; 54 56 } 55 57 56 58 void RowAccumulator::initialize(const uInt size, const uInt tsysSize) 57 59 { 58 59 60 reset(size, tsysSize); 61 initialized_ = True; 60 62 } 61 63 
- 
      trunk/src/STMath.cppr2133 r2135 306 306 acc.reset(); 307 307 } 308 308 309 if (rowstodelete.nelements() > 0) { 309 //cout << rowstodelete << endl;310 310 os << rowstodelete << LogIO::POST ; 311 311 tout.removeRow(rowstodelete); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
