]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make it compile with gcc2.95.3. Set AdditionalData parameters different from the...
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 11 Mar 2005 09:53:54 +0000 (09:53 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 11 Mar 2005 09:53:54 +0000 (09:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@10095 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/solver.cc

index 9c41ed07e81af22f89fabe87a8f2e1ac78311c47..df53acf3a665f29e91739a9fa32c3dc85c68cfb2 100644 (file)
@@ -99,7 +99,8 @@ int main()
       testproblem.five_point(A);
 
       PreconditionIdentity prec_no;
-      PreconditionRichardson prec_richardson(0.6);
+      PreconditionRichardson prec_richardson;
+      prec_richardson.initialize(0.6);
       PreconditionSOR<> prec_sor;
       prec_sor.initialize(A, 1.2);
       PreconditionSSOR<> prec_ssor;

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.