Changeset 1507


Ignore:
Timestamp:
02/16/09 17:19:31 (15 years ago)
Author:
Max Voronkov
Message:

fixed typo in the exception text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r1503 r1507  
    890890std::vector< double > Scantable::getAbcissa( int whichrow ) const
    891891{
    892   if ( whichrow > int(table_.nrow()) ) throw(AipsError("Illegal ro number"));
     892  if ( whichrow > int(table_.nrow()) ) throw(AipsError("Illegal row number"));
    893893  std::vector<double> stlout;
    894894  int nchan = specCol_(whichrow).nelements();
Note: See TracChangeset for help on using the changeset viewer.