| 2615 | }; |
| 2616 | |
| 2617 | shared_ptr<CoefficientFunction> MakeTrafoCF(shared_ptr<CoefficientFunction> func, |
| 2618 | shared_ptr<CoefficientFunction> trafo, |
| 2619 | Region region) |
| 2620 | { |
| 2621 | return make_shared<TrafoCF>(func, trafo, region); |
| 2622 | } |
| 2623 | |
| 2624 | |
| 2625 |
no outgoing calls
no test coverage detected