]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Only use 9 arguments. 10 doesn't work any more.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 11 Oct 2008 02:45:03 +0000 (02:45 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 11 Oct 2008 02:45:03 +0000 (02:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@17182 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/threads.pl

index 34bfe910f600661a46a48d4cfb838685654205da..ef4065c85a139e339a77e41823954838cf839529 100644 (file)
@@ -2,7 +2,7 @@
 #    $Id$
 #    Version: $Name$
 #
-#    Copyright (C) 2003, 2004, 2005, 2007 by the deal.II authors
+#    Copyright (C) 2003, 2004, 2005, 2007, 2008 by the deal.II authors
 #
 #    This file is subject to QPL and may not be  distributed
 #    without copyright and license information. Please refer
@@ -15,7 +15,7 @@
 #
 # The idea of the generated file is: have classes X<N> which
 # are not convertible into each other, and have functions with
-# 0..10 arguments of types X<1>..X<10>, with reference and/or
+# 0..9 arguments of types X<1>..X<9>, with reference and/or
 # constant arguments, being virtual, static, or const. This way,
 # we check all possible spawn(...) combinations and all possible
 # combinations of arguments. Since the argument types are not
@@ -23,7 +23,7 @@
 # no typos like "Arg4, Arg4" instead of "Arg4, Arg5", that might
 # otherwise sneak in.
 
-$N=10;
+$N=9;
 
 print "// This file is automatically generated by threads.pl. Don't modify it\n";
 print "#include \"../tests.h\"\n";

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.