| 1063 | } |
| 1064 | |
| 1065 | virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override |
| 1066 | { |
| 1067 | c1->TraverseTree (func); |
| 1068 | func(*this); |
| 1069 | } |
| 1070 | |
| 1071 | virtual string GetDescription () const override |
| 1072 | { return "skew"; } |
no outgoing calls
no test coverage detected