Ignore:
Timestamp:
01/07/05 11:19:31 (19 years ago)
Author:
kil064
Message:

remove 'hanning' functions and add 'smooth' functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SDMath.cc

    r173 r178  
    7272      def("add_insitu", &SDMathWrapper::addInSitu);
    7373//
    74       def("hanning", &SDMathWrapper::hanning);
    75       def("hanning_insitu", &SDMathWrapper::hanningInSitu);
     74      def("smooth", &SDMathWrapper::smooth);
     75      def("smooth_insitu", &SDMathWrapper::smoothInSitu);
    7676//
    7777      def("average", &SDMathWrapper::average);
Note: See TracChangeset for help on using the changeset viewer.