From 84ea85c91192a5a824b886c0f113007ca0fd636c Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 14 Sep 2005 13:21:57 +0000 Subject: [PATCH] remove parameter description from todo git-svn-id: https://svn.dealii.org/trunk@11423 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_tools.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index eefc4f7c23..3448410931 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -229,11 +229,6 @@ class DoFTools * tables, which may reduce the * amount of pre-allocated * memory dramatically. - * - * @todo This function is only - * implemented for primitive - * elements. Implementation in 1D - * is missing completely. * * @param dofs The DoFHandler * @param row_lengths The vector @@ -256,6 +251,11 @@ class DoFTools * couplings. Here, couplings due * to flux operators on faces are * considered. See #Coupling. + * + * @todo This function is only + * implemented for primitive + * elements. Implementation in 1D + * is missing completely. */ template static -- 2.39.5