| 199 | } |
| 200 | |
| 201 | template <> shared_ptr<CoefficientFunction> |
| 202 | cl_UnaryOpCF<GenericBSpline>::DiffJacobi(const CoefficientFunction * var, |
| 203 | T_DJC & cache) const |
| 204 | { |
| 205 | return BASE::DiffJacobi(var, cache); |
| 206 | } |
| 207 | |
| 208 | |
| 209 |
no test coverage detected