| 1731 | typedef T_CoefficientFunction<ScaleCoefficientFunction> BASE; |
| 1732 | public: |
| 1733 | ScaleCoefficientFunction() = default; |
| 1734 | ScaleCoefficientFunction (double ascal, |
| 1735 | shared_ptr<CoefficientFunction> ac1) |
| 1736 | : BASE(ac1->Dimension(), ac1->IsComplex()), |
nothing calls this directly
no test coverage detected