| 190 | |
| 191 | template <class T> |
| 192 | static Shear6<T> |
| 193 | divT(const Shear6<T> &shear, T t) |
| 194 | { |
| 195 | MATH_EXC_ON; |
| 196 | return shear / t; |
| 197 | } |
| 198 | |
| 199 | template <class T> |
| 200 | static Shear6<T> |
nothing calls this directly
no outgoing calls
no test coverage detected