]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reduce the test to its minimum.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 3 Mar 2005 22:57:24 +0000 (22:57 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 3 Mar 2005 22:57:24 +0000 (22:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@9994 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/block_matrix_array_02.cc

index a12dea7d99393d0418c8cbc40c56bf7c97530c95..54eccf1f150935b7849ec6d83a2c84ec7a9d6b76 100644 (file)
 // 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 <base/logstream.h>
 #include <lac/block_matrix_array.h>
 #include <lac/sparse_matrix.h>
-#include <lac/precondition_block.h>
 #include <iostream>
 #include <fstream>
 
@@ -39,9 +35,5 @@ int main ()
   BlockMatrixArray<SparseMatrix<double> >::value_type i = 1.0;
   deallog << i << std::endl;
 
-                                  // the following did not compile
-                                  // right away
-  PreconditionBlockSSOR<BlockMatrixArray<SparseMatrix<double> > > p;
-  
   return 0;
 }

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.