From 88763ab542e8cde0c90a8aeef781e1f159e67ce9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 3 Mar 2005 22:57:24 +0000 Subject: [PATCH] Reduce the test to its minimum. git-svn-id: https://svn.dealii.org/trunk@9994 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/block_matrix_array_02.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/bits/block_matrix_array_02.cc b/tests/bits/block_matrix_array_02.cc index a12dea7d99..54eccf1f15 100644 --- a/tests/bits/block_matrix_array_02.cc +++ b/tests/bits/block_matrix_array_02.cc @@ -16,16 +16,12 @@ // needed in some places. in particular, this is needed for // PreconditionBlockSSOR // -// the test also didn't link before, due to some functions that were -// either missing or in the wrong place -// // this test doesn't do anything particularly useful, it just makes sure that // we can compile this kind of code #include #include #include -#include #include #include @@ -39,9 +35,5 @@ int main () BlockMatrixArray >::value_type i = 1.0; deallog << i << std::endl; - // the following did not compile - // right away - PreconditionBlockSSOR > > p; - return 0; } -- 2.39.5