Changeset 250


Ignore:
Timestamp:
01/21/05 15:36:03 (19 years ago)
Author:
kil064
Message:

track change to SDMathWrapper funcitn names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SDMath.cc

    r237 r250  
    6464  namespace python {
    6565    void python_SDMath() {
    66       def("b_operate", &SDMathWrapper::simpleBinaryOperate);
     66      def("b_operate", &SDMathWrapper::binaryOperate);
    6767//
    6868      def("quotient", &SDMathWrapper::quotient);
Note: See TracChangeset for help on using the changeset viewer.