Ignore:
Timestamp:
12/14/06 11:21:48 (17 years ago)
Author:
mar637
Message:

merge from trunk, to get binary operator changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release2.1.2/src/python_STMath.cpp

    r1192 r1310  
    4949        .def("_averagebeams", &STMathWrapper::averageBeams)
    5050        .def("_unaryop", &STMathWrapper::unaryOperate)
     51        .def("_binaryop", &STMathWrapper::binaryOperate)
    5152        .def("_auto_quotient", &STMathWrapper::autoQuotient)
    5253        .def("_quotient", &STMathWrapper::quotient)
Note: See TracChangeset for help on using the changeset viewer.