]> www.ginac.de Git - ginac.git/blobdiff - ginac/fail.cpp
* Indentation and alignment fixes.
[ginac.git] / ginac / fail.cpp
index ebe5d07705484595b873f99aebad5d915e248602..d3b3426212d2959d9fd8032ff9c88ad24666a444 100644 (file)
@@ -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<print_context>(&fail::do_print).
-  print_func<print_tree>(&basic::do_print_tree))
+  print_func<print_tree>(&fail::do_print_tree))
 
 //////////
 // default constructor