- Timestamp:
- 02/16/09 17:19:31 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r1503 r1507 890 890 std::vector< double > Scantable::getAbcissa( int whichrow ) const 891 891 { 892 if ( whichrow > int(table_.nrow()) ) throw(AipsError("Illegal ro number"));892 if ( whichrow > int(table_.nrow()) ) throw(AipsError("Illegal row number")); 893 893 std::vector<double> stlout; 894 894 int nchan = specCol_(whichrow).nelements();
Note:
See TracChangeset
for help on using the changeset viewer.