]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
anna_5
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 8 Nov 2002 16:12:48 +0000 (16:12 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 8 Nov 2002 16:12:48 +0000 (16:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@6742 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/Makefile
tests/bits/anna_5.cc [new file with mode: 0644]
tests/bits/anna_5.checked [new file with mode: 0644]

index da4287720b85e2ad2dd671cf0e280dbc0511e7f1..3f42de46ed2d4634aa2f7e722aee7626ec63d5a2 100644 (file)
@@ -25,9 +25,12 @@ default: run-tests
 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
 
 ############################################################
diff --git a/tests/bits/anna_5.cc b/tests/bits/anna_5.cc
new file mode 100644 (file)
index 0000000..83575c9
--- /dev/null
@@ -0,0 +1,24 @@
+//----------------------------  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;
+};
diff --git a/tests/bits/anna_5.checked b/tests/bits/anna_5.checked
new file mode 100644 (file)
index 0000000..e69de29

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.