| 2085 | } |
| 2086 | |
| 2087 | virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override |
| 2088 | { |
| 2089 | c1->TraverseTree (func); |
| 2090 | c2->TraverseTree (func); |
| 2091 | func(*this); |
| 2092 | } |
| 2093 | |
| 2094 | void DoArchive(Archive& ar) override |
| 2095 | { |
nothing calls this directly
no test coverage detected