- Timestamp:
- 04/14/11 21:04:05 (14 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/RowAccumulator.cpp
r2127 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.cpp
r2133 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.