Changeset 43


Ignore:
Timestamp:
07/07/04 18:57:31 (20 years ago)
Author:
mmarquar
Message:

added hanning,baseline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SDMath.cc

    r15 r43  
    4343    .def("quotient", &SDMathWrapper::quotient)
    4444    .def("multiply", &SDMathWrapper::multiply)
     45    .def("baseline", &SDMathWrapper::baseline)
     46    .def("hanning", &SDMathWrapper::hanning)
    4547    ;
    4648};
Note: See TracChangeset for help on using the changeset viewer.