| 7797 | }; |
| 7798 | |
| 7799 | shared_ptr<CoefficientFunction> CacheCF(shared_ptr<CoefficientFunction> func) |
| 7800 | { |
| 7801 | return make_shared<CacheCoefficientFunction>(func); |
| 7802 | } |
| 7803 | |
| 7804 | |
| 7805 | Array<CoefficientFunction*> FindCacheCF (CoefficientFunction & func) |
no outgoing calls