Changeset 158 for trunk/src/SDMemTable.h


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

    r154 r158  
    152152  casa::Int nCoordinates() const;
    153153
    154   std::vector<double> getAbscissa(int whichRow=0);
    155   std::string getAbscissaString(casa::Int whichRow=0);
     154  std::vector<double> getAbcissa(int whichRow=0);
     155  std::string getAbcissaString(casa::Int whichRow=0);
    156156
    157157private:
Note: See TracChangeset for help on using the changeset viewer.