Ignore:
Timestamp:
03/01/05 15:02:15 (19 years ago)
Author:
mar637
Message:

ficed bug in getSDFitTable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTableWrapper.h

    r505 r527  
    8585    return table_->getSpectrum(whichRow);
    8686  }
    87 //
    88   std::vector<float> getStokesSpectrum(int whichRow=0, bool linPol=false) const {
     87
     88  std::vector<float> getStokesSpectrum(int whichRow=0,
     89                                       bool linPol=false) const {
    8990    return table_->getStokesSpectrum(whichRow, linPol);
    9091  }
    9192
    92   std::vector<float> stokesToPolSpectrum (int whichRow, bool linear,
    93                                           int polIdx) const {
     93  std::vector<float> stokesToPolSpectrum(int whichRow, bool linear,
     94                                         int polIdx) const {
    9495    return table_->stokesToPolSpectrum(whichRow, linear, polIdx);
    9596  }
    9697
    97 //  std::string getPolarizationLabel (bool linear, bool stokes, bool linPol, int polIdx) const {
    98 // Boost fails with 4 arguments.
    99   std::string getPolarizationLabel (bool linear, bool stokes, bool linPol) const {
    100      int polIdx = -1;
    101      return table_->getPolarizationLabel (linear, stokes, linPol, polIdx);
    102   }
    103 //
     98  //  std::string getPolarizationLabel(bool linear, bool stokes, bool linPol, int polIdx) const {
     99  // Boost fails with 4 arguments.
     100  std::string getPolarizationLabel(bool linear, bool stokes,
     101                                   bool linPol) const {
     102    int polIdx = -1;
     103    return table_->getPolarizationLabel(linear, stokes, linPol, polIdx);
     104  }
     105
    104106  std::vector<double> getAbcissa(int whichRow=0) const {
    105107    return table_->getAbcissa(whichRow);
Note: See TracChangeset for help on using the changeset viewer.