anna_1.exe : anna_1.go $(libraries)
anna_2.exe : anna_2.go $(libraries)
anna_3.exe : anna_3.go $(libraries)
+anna_5.exe : anna_5.go $(libraries)
+gerold_1.exe : gerold_1.go $(libraries)
roy_1.exe : roy_1.go $(libraries)
-tests = anna_1 anna_2 anna_3 \
+tests = anna_1 anna_2 anna_3 anna_5 \
+ gerold_1 \
roy_1
############################################################
--- /dev/null
+//---------------------------- anna_5.cc ---------------------------
+// $Id$
+// Version: $Name$
+//
+// Copyright (C) 2002 by the deal.II authors and Anna Schneebeli
+//
+// This file is subject to QPL and may not be distributed
+// without copyright and license information. Please refer
+// to the file deal.II/doc/license.html for the text and
+// further information on this license.
+//
+//---------------------------- anna_5.cc ---------------------------
+
+
+// this program used to fail at one point in time.
+
+#include <lac/block_sparsity_pattern.h>
+#include <fstream>
+
+int main ()
+{
+ std::ofstream o("anna_5.output");
+ BlockSparsityPattern sparsity_pattern;
+};
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