Ignore:
Timestamp:
06/30/04 10:59:20 (20 years ago)
Author:
mmarquar
Message:

Added multiply function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SDMath.cc

    r12 r15  
    4242    .def("average", &SDMathWrapper::average)
    4343    .def("quotient", &SDMathWrapper::quotient)
     44    .def("multiply", &SDMathWrapper::multiply)
    4445    ;
    4546};
Note: See TracChangeset for help on using the changeset viewer.