From 120076ae76a32a8348c7f6645cbcb5c5c0433d8c Mon Sep 17 00:00:00 2001 From: deal Date: Mon, 16 Dec 2002 19:51:11 +0000 Subject: [PATCH] One more this-> git-svn-id: https://svn.dealii.org/trunk@6827 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_bicgstab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5