From 4b45888cb8ede729335f31291bf446d6e1974ce8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 17 May 2009 12:12:26 +0000 Subject: [PATCH] Cross-ref with step-3. git-svn-id: https://svn.dealii.org/trunk@18859 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/vectors.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index 59e7d255ef..f8a8208606 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1622,6 +1622,11 @@ class VectorTools * function of the same name, * this is a wrapper function using * a Q1-mapping for cells. + * + * This function is used in the + * "Possibilities for extensions" part of + * the results section of @ref step_3 + * "step-3". */ template static -- 2.39.5