X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffail.cpp;h=d3b3426212d2959d9fd8032ff9c88ad24666a444;hp=ebe5d07705484595b873f99aebad5d915e248602;hb=695f6ae955ec530cded8f21efd5569df39447f76;hpb=6d225ee55693c0617d254e6fa283c00c71bd2919 diff --git a/ginac/fail.cpp b/ginac/fail.cpp index ebe5d077..d3b34262 100644 --- a/ginac/fail.cpp +++ b/ginac/fail.cpp @@ -4,7 +4,7 @@ * somewhat obsolete (most of this can be replaced by exceptions). */ /* - * GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2005 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 @@ -31,7 +31,7 @@ namespace GiNaC { GINAC_IMPLEMENT_REGISTERED_CLASS_OPT(fail, basic, print_func(&fail::do_print). - print_func(&basic::do_print_tree)) + print_func(&fail::do_print_tree)) ////////// // default constructor