X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffderivative.cpp;h=9bf8b3fefff9ec24770e157c2e8271b9cb796d79;hp=e33ec963c4299ec701f53d7e2bc9c4627a598abc;hb=bb76e4b38b330365934e1b14d2feb2bad416f455;hpb=6d7bf9ee5a7ce05cb3a23dae664e781d7325d7b8 diff --git a/ginac/fderivative.cpp b/ginac/fderivative.cpp index e33ec963..9bf8b3fe 100644 --- a/ginac/fderivative.cpp +++ b/ginac/fderivative.cpp @@ -3,7 +3,7 @@ * Implementation of abstract derivatives of functions. */ /* - * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 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 @@ -95,6 +95,12 @@ DEFAULT_UNARCHIVE(fderivative) // functions overriding virtual functions from base classes ////////// +void fderivative::print(const print_context & c, unsigned level) const +{ + // class function overrides print(), but we don't want that + basic::print(c, level); +} + void fderivative::do_print(const print_context & c, unsigned level) const { c.s << "D[";