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