| 27 | namespace PyImath { |
| 28 | |
| 29 | template<> const char *PyImath::M33fArray::name() { return "M33fArray"; } |
| 30 | template<> const char *PyImath::M33dArray::name() { return "M33dArray"; } |
| 31 | |
| 32 | using namespace boost::python; |
nothing calls this directly
no outgoing calls
no test coverage detected