From: deal Date: Mon, 16 Dec 2002 21:24:32 +0000 (+0000) Subject: One more this-> X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=164e2fcf3fe169cbf577caf4a6b42bfca90a1207;p=dealii-svn.git One more this-> git-svn-id: https://svn.dealii.org/trunk@6834 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index 4c903aad03..ee79a4d504 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -1684,7 +1684,7 @@ namespace LaplaceSolver GridRefinement::refine_and_coarsen_fixed_number (*this->triangulation, estimated_error_per_cell, 0.3, 0.03); - triangulation->execute_coarsening_and_refinement (); + this->triangulation->execute_coarsening_and_refinement (); }; };