Changeset 131 for trunk


Ignore:
Timestamp:
12/20/04 15:45:19 (20 years ago)
Author:
kil064
Message:

replace function 'rms' with function 'statsitic'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMathWrapper.h

    r125 r131  
    8080  }
    8181
    82   float rms(const SDMemTableWrapper& in,
    83             const std::vector<bool>& mask) {
    84     return SDMath::rms(in.getCP(), mask);
     82  std::vector<float> statistic(const SDMemTableWrapper& in,
     83            const std::vector<bool>& mask, const std::string& which) {
     84    return SDMath::statistic(in.getCP(), mask, which);
    8585  }
     86
    8687
    8788};
Note: See TracChangeset for help on using the changeset viewer.