- Timestamp:
- 02/12/09 20:12:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r1430 r1503 211 211 td.addColumn(ScalarColumnDesc<String>("SRCNAME")); 212 212 // Type of source (on=0, off=1, other=-1) 213 td.addColumn(ScalarColumnDesc<Int>("SRCTYPE", Int(-1))); 213 ScalarColumnDesc<Int> stypeColumn("SRCTYPE"); 214 stypeColumn.setDefault(Int(-1)); 215 td.addColumn(stypeColumn); 214 216 td.addColumn(ScalarColumnDesc<String>("FIELDNAME")); 215 217
Note:
See TracChangeset
for help on using the changeset viewer.