| 137 | } |
| 138 | } |
| 139 | virtual std::unique_ptr<FunctionInterface<ScalarType, TMode, Dimension>> |
| 140 | clone() const override { |
| 141 | return std::make_unique<AddExpression<F, G, TMode>>(f, g); |
| 142 | } |
| 143 | }; |
| 144 | |
| 145 | // Subtraction Expression. |
nothing calls this directly
no outgoing calls
no test coverage detected