From 16ce8ab34dc865cd691af94bce5514c85fb2d38d Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 3 Jun 2011 02:42:06 +0000 Subject: [PATCH] Fix up a reference. git-svn-id: https://svn.dealii.org/trunk@23783 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_tools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_tools.h b/deal.II/include/deal.II/fe/fe_tools.h index 345876ecda..9fc27fb6ac 100644 --- a/deal.II/include/deal.II/fe/fe_tools.h +++ b/deal.II/include/deal.II/fe/fe_tools.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -683,8 +683,8 @@ namespace FETools * vector of values of this function at * quadrature points as given by the * second argument. In a sense, this - * function does the opposite of the @p - * compute_projection_from_quadrature_points_matrix + * function does the opposite of the + * FETools::compute_projection_from_quadrature_points_matrix * function. */ template -- 2.39.5