Changeset 973


Ignore:
Timestamp:
04/03/06 15:07:57 (18 years ago)
Author:
mar637
Message:

removed debug info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r972 r973  
    9494  originalTable_ = table_;
    9595  attach();
    96   TableVector<Int> v(table_,"FIT_ID");v=666;
    97   table_.flush();
    98   Vector<Int> v2 = mfitidCol_.getColumn();cout << v2 << endl;
    9996}
    10097
     
    230227  td.addColumn(ScalarColumnDesc<uInt>("TCAL_ID"));
    231228  ScalarColumnDesc<Int> fitColumn("FIT_ID");
    232   fitColumn.setDefault(Int(666));
     229  fitColumn.setDefault(Int(-1));
    233230  td.addColumn(fitColumn);
    234231
Note: See TracChangeset for help on using the changeset viewer.