| 22 | |
| 23 | namespace PyImath { |
| 24 | template <> const char *PyImath::C4cArray::name() { return "C4cArray"; } |
| 25 | template <> const char *PyImath::C4fArray::name() { return "C4fArray"; } |
| 26 | |
| 27 | using namespace boost::python; |
nothing calls this directly
no outgoing calls
no test coverage detected