| 7634 | { return Array<shared_ptr<CoefficientFunction>>({ func }); } |
| 7635 | |
| 7636 | void PrintReport (ostream & ost) const override |
| 7637 | { |
| 7638 | ost << "LoggingCF("; |
| 7639 | func->PrintReport(ost); |
| 7640 | ost << ")"; |
| 7641 | } |
| 7642 | |
| 7643 | string GetDescription() const override |
| 7644 | { |
nothing calls this directly
no test coverage detected