| 4582 | }; |
| 4583 | |
| 4584 | shared_ptr<CoefficientFunction> |
| 4585 | MakeConstantCoefficientFunction (Complex c) |
| 4586 | { |
| 4587 | return make_shared<ConstantCoefficientFunctionC>(c); |
| 4588 | } |
| 4589 | |
| 4590 | |
| 4591 | shared_ptr<CoefficientFunction> |
no outgoing calls
no test coverage detected