| 25 | |
| 26 | namespace PyImath { |
| 27 | template <> const char *PyImath::QuatfArray::name() { return "QuatfArray"; } |
| 28 | template <> const char *PyImath::QuatdArray::name() { return "QuatdArray"; } |
| 29 | } |
| 30 |
nothing calls this directly
no outgoing calls
no test coverage detected