X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffderivative.h;h=fe7abe81385a7fe842562c8245f225539c340b03;hp=70f65ec4d4bfe3b45efee4e13e2eceb6b1dffc5e;hb=90cec97dc7de15159ce50bbcc95fdff5179bad48;hpb=9413cd14faaf2980de3884915e22a5beda068ecc diff --git a/ginac/fderivative.h b/ginac/fderivative.h index 70f65ec4..fe7abe81 100644 --- a/ginac/fderivative.h +++ b/ginac/fderivative.h @@ -72,6 +72,8 @@ protected: bool match_same_type(const basic & other) const override; // non-virtual functions in this class +public: + const paramset& derivatives() const; protected: void do_print(const print_context & c, unsigned level) const; void do_print_csrc(const print_csrc & c, unsigned level) const;