| 158 | |
| 159 | template <class T> |
| 160 | static Shear6<T> |
| 161 | mulT(const Shear6<T> &shear, T t) |
| 162 | { |
| 163 | MATH_EXC_ON; |
| 164 | return shear * t; |
| 165 | } |
| 166 | |
| 167 | template <class T> |
| 168 | static const Shear6<T> & |
nothing calls this directly
no outgoing calls
no test coverage detected