Changeset 3100
- Timestamp:
- 05/25/16 01:44:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MSFiller.cpp
r3084 r3100 1788 1788 if ( getPt_ ) { 1789 1789 Table ptsel = pointtab( pointtab.col("ANTENNA_ID")==antenna_ ).sort( "TIME" ) ; 1790 if (ptsel.nrow() == 0) { 1791 stringstream ss; 1792 ss << "No rows for ANTENNA_ID " << antenna_ << " in POINTING table" << endl; 1793 throw AipsError(ss.str()); 1794 } 1790 1795 myVisitor.setPointingTable( ptsel ) ; 1791 1796 }
Note:
See TracChangeset
for help on using the changeset viewer.