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