Ignore:
Timestamp:
02/21/05 08:21:00 (19 years ago)
Author:
mar637
Message:
  • Added history support.
  • Added version keyword to SDMemTable.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDContainer.cc

    r473 r483  
    479479}
    480480
    481 Bool SDContainer::appendHistory(const String& hist)
    482 {
    483   history_.resize(history_.nelements()+1,True);
    484   history_[history_.nelements()-1] = hist;
    485   return True;
    486 }
    487 Bool SDContainer::putHistory(const Vector<String>& hist)
    488 {
    489   history_.resize();
    490   history_ = hist;
    491   return True;
    492 }
    493 
    494481Bool SDContainer::putFitMap(const Array<Int>& arr) {
    495482  fitIDMap_.resize();
Note: See TracChangeset for help on using the changeset viewer.