Changeset 2135


Ignore:
Timestamp:
04/14/11 21:04:05 (13 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): SD

Description: bugfix for RowAccumulator?


Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/RowAccumulator.cpp

    r2127 r2135  
    5252  timeSum_ = 0.0;
    5353  timeSumNoMask_ = 0.0;
     54
     55  initialized_ = False;
    5456}
    5557
    5658void RowAccumulator::initialize(const uInt size, const uInt tsysSize)
    5759{
    58     reset(size, tsysSize);
    59     initialized_ = True;
     60  reset(size, tsysSize);
     61  initialized_ = True;
    6062}
    6163
  • trunk/src/STMath.cpp

    r2133 r2135  
    306306    acc.reset();
    307307  }
     308
    308309  if (rowstodelete.nelements() > 0) {
    309     //cout << rowstodelete << endl;
    310310    os << rowstodelete << LogIO::POST ;
    311311    tout.removeRow(rowstodelete);
Note: See TracChangeset for help on using the changeset viewer.