From 39dab95ebd577aee3184d9ddcfd099fbba7ed5ba Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 5 Feb 2011 16:44:26 +0000 Subject: [PATCH] Fix another place with the same problem. git-svn-id: https://svn.dealii.org/trunk@23292 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/fe/fe_values.decl.1.inst.in | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/deal.II/source/fe/fe_values.decl.1.inst.in b/deal.II/source/fe/fe_values.decl.1.inst.in index 6646733e1f..ba44e8ce18 100644 --- a/deal.II/source/fe/fe_values.decl.1.inst.in +++ b/deal.II/source/fe/fe_values.decl.1.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 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 @@ -17,12 +17,10 @@ for (VEC : SERIAL_VECTORS) { - /** - * Call - * @p get_interpolated_dof_values - * of the iterator with the - * given arguments. - */ + /// Call + /// @p get_interpolated_dof_values + /// of the iterator with the + /// given arguments. virtual void get_interpolated_dof_values (const VEC &in, -- 2.39.5