From 9b1d121a748f68539e806874b05dc63827374463 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 9 Feb 2006 02:54:11 +0000 Subject: [PATCH] Link to step-7. git-svn-id: https://svn.dealii.org/trunk@12275 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-6/step-6.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5