From 8c488211d1433545917c953c2c7ddc8768e57f2c Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 4 Apr 2013 02:45:56 +0000 Subject: [PATCH] Provide another link. git-svn-id: https://svn.dealii.org/trunk@29174 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-1/step-1.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-1/step-1.cc b/deal.II/examples/step-1/step-1.cc index c4cf3438e6..26f93aa863 100644 --- a/deal.II/examples/step-1/step-1.cc +++ b/deal.II/examples/step-1/step-1.cc @@ -1,6 +1,6 @@ /* $Id$ * - * Copyright (C) 1999-2003, 2005-2007, 2009, 2011-2012 by the deal.II authors + * Copyright (C) 1999-2003, 2005-2007, 2009, 2011-2013 by the deal.II authors * * This file is subject to QPL and may not be distributed * without copyright and license information. Please refer @@ -110,7 +110,10 @@ void second_grid () // parts with a non-zero boundary indicator, but other boundary description // objects can be associated with those non-zero indicators. If no boundary // description is associated with a particular boundary indicator, a - // straight boundary is implied. + // straight boundary is implied. (Boundary indicators are a slightly + // complicated topic; if you're confused about what exactly is happening + // here, you may want to look at the + // @ref GlossBoundaryIndicator "glossary entry on this topic".) const HyperShellBoundary<2> boundary_description(center); triangulation.set_boundary (0, boundary_description); -- 2.39.5