From: wolf Date: Thu, 3 Mar 2005 22:57:24 +0000 (+0000) Subject: Reduce the test to its minimum. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e692b4d5fe44f1047c0afc6092d4e37722b79467;p=dealii-svn.git Reduce the test to its minimum. git-svn-id: https://svn.dealii.org/trunk@9994 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; }