X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffail.cpp;h=edc5852df684918ccdf47b9f4da0faa17b0fd86f;hp=d37e05757b89ca77002f91d75c2d0b140d152fae;hb=4fb48e28063e08c613a773378cfa5de608560a84;hpb=da64e515abf7243bc4c84ca3631470931c4e6691 diff --git a/ginac/fail.cpp b/ginac/fail.cpp index d37e0575..edc5852d 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-2005 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 @@ -43,13 +43,12 @@ DEFAULT_CTOR(fail) // archiving ////////// -DEFAULT_ARCHIVING(fail) - ////////// // functions overriding virtual functions from base classes ////////// DEFAULT_COMPARE(fail) DEFAULT_PRINT(fail, "FAIL") +GINAC_BIND_UNARCHIVER(fail); } // namespace GiNaC