| 7765 | { return Array<shared_ptr<CoefficientFunction>>({ func }); } |
| 7766 | |
| 7767 | void PrintReport (ostream & ost) const override |
| 7768 | { |
| 7769 | ost << "CacheCF("; |
| 7770 | func->PrintReport(ost); |
| 7771 | ost << ")"; |
| 7772 | } |
| 7773 | |
| 7774 | string GetDescription() const override |
| 7775 | { |
nothing calls this directly
no test coverage detected