]> www.ginac.de Git - ginac.git/commitdiff
Maximum number of function arguments raised to 14.
authorJens Vollinga <vollinga@thep.physik.uni-mainz.de>
Mon, 8 Dec 2003 18:20:13 +0000 (18:20 +0000)
committerJens Vollinga <vollinga@thep.physik.uni-mainz.de>
Mon, 8 Dec 2003 18:20:13 +0000 (18:20 +0000)
ginac/function.pl

index cbf65eccb9e59fb1973c30e9016cc0ef142f240d..60bc74f1d59d951cda0e8da5c7005e096791825b 100755 (executable)
@@ -1,4 +1,4 @@
-$maxargs=13;
+$maxargs=14;
 
 sub generate_seq {
        my ($seq_template,$n)=@_;