--- trunk/escript/src/escriptcpp.cpp 2006/03/31 04:52:55 698 +++ trunk/escript/src/escriptcpp.cpp 2006/03/31 06:27:56 699 @@ -189,6 +189,7 @@ // following two functions implement the python ** operator .def("__pow__",&escript::Data::powO) .def("__pow__",&escript::Data::powD) + .def("__rpow__",&escript::Data::rpowO) // NOTE:: The order of these declarations is important. Anything // declared before the generic declaration isn't found so the generic // version will be called.