X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffail.cpp;h=5908c93ac3a76972a7147a890b5cd82ca40e5528;hp=ebe5d07705484595b873f99aebad5d915e248602;hb=dbe5029ed72f406f45ec2a9d3584a828653ab34a;hpb=6d225ee55693c0617d254e6fa283c00c71bd2919 diff --git a/ginac/fail.cpp b/ginac/fail.cpp index ebe5d077..5908c93a 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-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 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include @@ -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