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/SDMemTableWrapper.h

    r157 r158  
    7676  }
    7777
    78   std::vector<double> getAbscissa(int whichRow=0) const {
    79     return table_->getAbscissa(whichRow);
     78  std::vector<double> getAbcissa(int whichRow=0) const {
     79    return table_->getAbcissa(whichRow);
    8080  }
    81   std::string getAbscissaString(int whichRow=0) const {
    82     return table_->getAbscissaString(whichRow);
     81  std::string getAbcissaString(int whichRow=0) const {
     82    return table_->getAbcissaString(whichRow);
    8383  }
    8484
Note: See TracChangeset for help on using the changeset viewer.