From: deal Date: Mon, 16 Dec 2002 19:55:52 +0000 (+0000) Subject: Doc for this-> X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8152252659d66b90f5bcd162ca98f431ce868206;p=dealii-svn.git Doc for this-> git-svn-id: https://svn.dealii.org/trunk@6830 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 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,