]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix: Correct a C&P error in solver_relaxation.h
authorMatthias Maier <tamiko@kyomu.43-1.org>
Sun, 20 Oct 2013 21:34:20 +0000 (21:34 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Sun, 20 Oct 2013 21:34:20 +0000 (21:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@31356 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/solver_relaxation.h

index 62598b9dbe45907145a56d59365b99eecdc51177..547c67bc4d8bf2eb55fb4278da4b90c2bd2d82d1 100644 (file)
@@ -152,8 +152,8 @@ SolverRelaxation<VECTOR>::solve (
 
   // in case of failure: throw exception
   if (this->control().last_check() != SolverControl::success)
-    AssertThrow(false, SolverControl::NoConvergence (control.last_step(),
-                                                     control.last_value()));
+    AssertThrow(false, SolverControl::NoConvergence (this->control().last_step(),
+                                                     this->control().last_value()));
   // otherwise exit as normal
 }
 

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.