Parent Directory
|
Revision Log
|
Patch
revision 698 by gross, Fri Mar 31 04:52:55 2006 UTC | revision 699 by gross, Fri Mar 31 06:27:56 2006 UTC | |
---|---|---|
# | Line 1389 Data::operator/=(const boost::python::ob | Line 1389 Data::operator/=(const boost::python::ob |
1389 | } | } |
1390 | ||
1391 | Data | Data |
1392 | Data::rpowO(const boost::python::object& left) const | |
1393 | { | |
1394 | #if defined DOPROF | |
1395 | profData->binary++; | |
1396 | #endif | |
1397 | Data left_d(left,*this); | |
1398 | return left_d.powD(*this); | |
1399 | } | |
1400 | ||
1401 | Data | |
1402 | Data::powO(const boost::python::object& right) const | Data::powO(const boost::python::object& right) const |
1403 | { | { |
1404 | #if defined DOPROF | #if defined DOPROF |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |