# $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
#
# 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
# 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";