Ignore:
Timestamp:
01/19/05 17:07:49 (19 years ago)
Author:
kil064
Message:

add functions 'convertFluxInSitu' and 'convertFlux'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMathWrapper.h

    r209 r222  
    6666  SDMemTableWrapper bin(const SDMemTableWrapper& in, int width);
    6767
     68// Convert flux
     69  void convertFluxInSitu(SDMemTableWrapper& in, float area, float eta, bool doAll);
     70  SDMemTableWrapper convertFlux(const SDMemTableWrapper& in, float area, float eta, bool doAll);
     71
    6872// Average in time
    6973  SDMemTableWrapper average(boost::python::tuple tpl,
Note: See TracChangeset for help on using the changeset viewer.