- Timestamp:
- 02/28/05 16:56:53 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDLineFinder.cc
r370 r516 628 628 scan=in_scan.getCP(); 629 629 AlwaysAssert(!scan.null(),AipsError); 630 if (scan->nRow()!=1) 631 throw AipsError("SDLineFinder::setScan - in_scan contains more than 1 row." 632 "Choose one first."); 630 633 631 mask=in_mask; 634 632 if (mask.nelements()!=scan->nChan())
Note:
See TracChangeset
for help on using the changeset viewer.