X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffunction.pl;h=4db801bb652abc610154857e9b4d5ff6eaca16d8;hp=e1533be27aba0d57cd126b8ae27cb02f719479ec;hb=67edef78ce992a8f6ad704bfac228b8dec6eacd2;hpb=ee1ec9db30b446d2d6348df2ce758ed2ff62a310 diff --git a/ginac/function.pl b/ginac/function.pl index e1533be2..4db801bb 100644 --- a/ginac/function.pl +++ b/ginac/function.pl @@ -2,7 +2,7 @@ # function.pl options: \$maxargs=${maxargs} # -# GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany +# GiNaC Copyright (C) 1999-2010 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 @@ -292,7 +292,7 @@ $interface=< get_registered_functions() { return registered_functions(); }; unsigned get_serial() const {return serial;} std::string get_name() const; @@ -574,7 +575,7 @@ $implementation=<