]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix linear_operator_08 3999/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 23 Feb 2017 18:26:15 +0000 (19:26 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 24 Feb 2017 10:28:41 +0000 (11:28 +0100)
tests/lac/linear_operator_08.cc

index 8580308c47ad8d0cb443be099e2777d53cbca158..9208838ee107b02053592b46a02a0c934cba79cf 100644 (file)
@@ -53,9 +53,9 @@ using namespace dealii;
 template<class PRECONDITIONER, typename MatrixType, typename VectorType,
          class ADDITIONAL_DATA = typename PRECONDITIONER::AdditionalData>
 void
-test_preconditioner (const MatrixType &A,
-                     const VectorType &b,
-                     const ADDITIONAL_DATA &data = ADDITIONAL_DATA())
+test_preconditioner_block (const MatrixType &A,
+                           const VectorType &b,
+                           const ADDITIONAL_DATA &data = ADDITIONAL_DATA())
 {
   const auto lo_A = linear_operator<VectorType>(A);
 
@@ -447,7 +447,7 @@ int main()
     {
       deallog << "PreconditionBlockIdentity" << std::endl;
       typedef PreconditionBlockIdentity< SparseMatrix<double> > PREC;
-      test_preconditioner<PREC>(A, b);
+      test_preconditioner_block<PREC>(A, b);
     }
 
     deallog << "BlockSparseMatrix OK" << std::endl;

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.