From: deal Date: Mon, 16 Dec 2002 19:51:11 +0000 (+0000) Subject: One more this-> X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=120076ae76a32a8348c7f6645cbcb5c5c0433d8c;p=dealii-svn.git One more this-> git-svn-id: https://svn.dealii.org/trunk@6827 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/solver_bicgstab.h b/deal.II/lac/include/lac/solver_bicgstab.h index 7fc9481557..e27baecdf4 100644 --- a/deal.II/lac/include/lac/solver_bicgstab.h +++ b/deal.II/lac/include/lac/solver_bicgstab.h @@ -393,7 +393,7 @@ SolverBicgstab::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