Changeset 1778


Ignore:
Timestamp:
07/29/10 18:42:54 (14 years ago)
Author:
Malte Marquarding
Message:

Initial untested Filler rewrite

Location:
branches/newfiller/src
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newfiller/src/Scantable.cpp

    r1757 r1778  
    224224  td.addColumn(ScalarColumnDesc<uInt>("FREQ_ID"));
    225225  td.addColumn(ScalarColumnDesc<uInt>("MOLECULE_ID"));
    226   td.addColumn(ScalarColumnDesc<Int>("REFBEAMNO"));
     226  ScalarColumnDesc<Int> refbeamnoColumn("REFBEAMNO");
     227  refbeamnoColumn.setDefault(Int(-1));
     228  td.addColumn(refbeamnoColumn);
    227229
    228230  td.addColumn(ScalarColumnDesc<uInt>("FLAGROW"));
Note: See TracChangeset for help on using the changeset viewer.