]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove leftover argument.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Feb 2008 15:18:18 +0000 (15:18 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Feb 2008 15:18:18 +0000 (15:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@15786 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-21/step-21.cc
deal.II/examples/step-22/step-22.cc

index a68dafb6f870e6115dc8550845c7c5ce8112e1b3..d495056b9742c7f8855b3ad023bb4dfda332545d 100644 (file)
@@ -528,7 +528,7 @@ void InverseMatrix<Matrix>::vmult (Vector<double>       &dst,
                                    const Vector<double> &src) const
 {
   SolverControl solver_control (src.size(), 1e-8*src.l2_norm());
-  SolverCG<>    cg (solver_control, vector_memory);
+  SolverCG<>    cg (solver_control);
 
   dst = 0;
   
index f2cb34e5b2c24a8187970074274a14df72b9288d..5bf011105f61c3835172febdbeb24e0f622d73b7 100644 (file)
@@ -262,7 +262,7 @@ void InverseMatrix<Matrix,Preconditioner>::vmult (Vector<double>       &dst,
                                                  const Vector<double> &src) const
 {
   SolverControl solver_control (src.size(), 1e-6*src.l2_norm());
-  SolverCG<> cg (solver_control, vector_memory);
+  SolverCG<> cg (solver_control);
 
   dst = 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.