]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
One more this->
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Dec 2002 19:51:11 +0000 (19:51 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Dec 2002 19:51:11 +0000 (19:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@6827 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_bicgstab.h

index 7fc94815576eb7021306874729db15cac8779b2b..e27baecdf4c7e59856a0689b2828db8db2f583d7 100644 (file)
@@ -393,7 +393,7 @@ SolverBicgstab<VECTOR>::solve(const MATRIX &A,
   
                                   // in case of failure: throw
                                   // exception
-  if (control().last_check() != SolverControl::success)
+  if (this->control().last_check() != SolverControl::success)
     throw 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.