| 102 | |
| 103 | template <class T> |
| 104 | static Shear6<T> |
| 105 | add(const Shear6<T> &shear, const Shear6<T> &other) |
| 106 | { |
| 107 | MATH_EXC_ON; |
| 108 | return shear + other; |
| 109 | } |
| 110 | |
| 111 | template <class T> |
| 112 | static const Shear6<T> & |
nothing calls this directly
no outgoing calls
no test coverage detected