| 813 | virtual ~CompoundDifferentialOperator () = default; |
| 814 | shared_ptr<DifferentialOperator> BaseDiffOp() const { return diffop; } |
| 815 | int Component () const { return comp; } |
| 816 | virtual bool SupportsVB (VorB checkvb) const override { return diffop->SupportsVB(checkvb); } |
| 817 | |
| 818 | shared_ptr<DifferentialOperator> GetTrace() const override |
no outgoing calls
no test coverage detected