From 8152252659d66b90f5bcd162ca98f431ce868206 Mon Sep 17 00:00:00 2001 From: deal Date: Mon, 16 Dec 2002 19:55:52 +0000 Subject: [PATCH] Doc for this-> git-svn-id: https://svn.dealii.org/trunk@6830 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-13/step-13.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index a18f32c6cf..4c903aad03 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -670,6 +670,16 @@ namespace Evaluation // preprocessor, is as already // explained in the step-5 example // program. + // + // Also note that we have to prefix + // ``this->'' to access a member + // variable of the template + // dependent base class. The reason + // here, and further down in the + // program is the same as the one + // described in the step-7 example + // program (look for ``two-stage + // name lookup'' there). template void SolutionOutput::operator () (const DoFHandler &dof_handler, -- 2.39.5