Changeset 2274
- Timestamp:
- 08/16/11 19:22:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/parallel/src/STTcal.cpp
r1391 r2274 120 120 void STTcal::getEntry( String& time, Vector<Float>& tcal, uInt id ) 121 121 { 122 Table t = table_(table_.col("ID") == Int(id) 122 Table t = table_(table_.col("ID") == Int(id),1); 123 123 if (t.nrow() == 0 ) { 124 124 throw(AipsError("STTcal::getEntry - id out of range"));
Note:
See TracChangeset
for help on using the changeset viewer.