| 7567 | |
| 7568 | |
| 7569 | shared_ptr<CoefficientFunction> Real(shared_ptr<CoefficientFunction> cf) |
| 7570 | { |
| 7571 | return make_shared<RealCF>(cf); |
| 7572 | } |
| 7573 | shared_ptr<CoefficientFunction> Imag(shared_ptr<CoefficientFunction> cf) |
| 7574 | { |
| 7575 | return make_shared<ImagCF>(cf); |
no outgoing calls
no test coverage detected