]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use this-> to disambiguate.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Feb 2003 17:03:52 +0000 (17:03 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Feb 2003 17:03:52 +0000 (17:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@7008 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_gmres.h

index acc35638c66ed470a2f3afea8d2eac43a00e8cdf..084275e2c760394a6699cac133e19896b64bea31 100644 (file)
@@ -495,7 +495,7 @@ SolverGMRES<VECTOR>::solve (const MATRIX         &A,
            precondition.vmult(*r,v);
              
          double res = r->l2_norm();
-         iteration_state = control().check (
+         iteration_state = this->control().check (
            accumulated_iterations, res);
 
          if (iteration_state != SolverControl::iterate)
@@ -612,7 +612,7 @@ SolverGMRES<VECTOR>::solve (const MATRIX         &A,
                {
                  const double res=r->l2_norm();
                  
-                 iteration_state = control().check (
+                 iteration_state = this->control().check (
                    accumulated_iterations, res);
                }
              else
@@ -620,7 +620,7 @@ SolverGMRES<VECTOR>::solve (const MATRIX         &A,
                  precondition.vmult(*x_, *r);
                  const double preconditioned_res=x_->l2_norm();
                  
-                 iteration_state = control().check (
+                 iteration_state = this->control().check (
                    accumulated_iterations, preconditioned_res);
                }
            }

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.