From: Wolfgang Bangerth Date: Thu, 9 Feb 2006 02:54:11 +0000 (+0000) Subject: Link to step-7. X-Git-Tag: v8.0.0~12404 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b1d121a748f68539e806874b05dc63827374463;p=dealii.git Link to step-7. git-svn-id: https://svn.dealii.org/trunk@12275 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-6/step-6.cc b/deal.II/examples/step-6/step-6.cc index d588b2e601..c29de1f970 100644 --- a/deal.II/examples/step-6/step-6.cc +++ b/deal.II/examples/step-6/step-6.cc @@ -275,7 +275,9 @@ LaplaceProblem::LaplaceProblem () : // ``Subscriptor''/``SmartPointer'' // class pair is used for, in case // you want something like this for - // your own programs). The finite + // your own programs; see step-7 for + // a more complete discussion + // of this topic). The finite // element object will refuse its // destruction if that counter is // larger than zero, since then some