X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffderivative.h;h=0d74efc69fd16b7ad8c4ce8332f66c0abf1969aa;hp=91146e0e6ae8a547e9841ab634b12120c1cc5708;hb=a377cee53b71348235ec36f83afeced7e10288a8;hpb=3ac17e18ada69428fe170c10abcc5f33a30f0676 diff --git a/ginac/fderivative.h b/ginac/fderivative.h index 91146e0e..0d74efc6 100644 --- a/ginac/fderivative.h +++ b/ginac/fderivative.h @@ -3,7 +3,7 @@ * Interface to abstract derivatives of functions. */ /* - * GiNaC Copyright (C) 1999-2006 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -74,6 +74,7 @@ protected: // non-virtual functions in this class protected: void do_print(const print_context & c, unsigned level) const; + void do_print_csrc(const print_csrc & c, unsigned level) const; void do_print_tree(const print_tree & c, unsigned level) const; // member variables