Ignore:
Timestamp:
12/26/04 21:57:09 (19 years ago)
Author:
kil064
Message:

Correct spelling 'abscissa' -> 'abcissa'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.cc

    r148 r158  
    321321}
    322322
    323 std::vector<double> SDMemTable::getAbscissa(Int whichRow) {
     323std::vector<double> SDMemTable::getAbcissa(Int whichRow) {
    324324  std::vector<double> absc(nChan());
    325325  Vector<Double> absc1(nChan());
     
    416416}
    417417
    418 std::string SDMemTable::getAbscissaString(Int whichRow)
     418std::string SDMemTable::getAbcissaString(Int whichRow)
    419419{
    420420  ROArrayColumn<uInt> fid(table_, "FREQID");
     
    864864      oss << "None set" << endl;
    865865  }
    866   oss << setw(15) << "Abscissa:" << getAbscissaString() << endl;
     866  oss << setw(15) << "Abcissa:" << getAbcissaString() << endl;
    867867  oss << setw(15) << "Cursor:" << "Beam[" << getBeam() << "] "
    868868      << "IF[" << getIF() << "] " << "Pol[" << getPol() << "]" << endl;
Note: See TracChangeset for help on using the changeset viewer.