From 7881d382814ae3b1c3b724a7078c40b5e50d077b Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 2 Dec 2003 01:06:35 +0000 Subject: [PATCH] Add a TODO. Fix a comment. git-svn-id: https://svn.dealii.org/trunk@8219 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_constraints.templates.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/dofs/dof_constraints.templates.h b/deal.II/deal.II/include/dofs/dof_constraints.templates.h index 57ab40122a..560e053e2f 100644 --- a/deal.II/deal.II/include/dofs/dof_constraints.templates.h +++ b/deal.II/deal.II/include/dofs/dof_constraints.templates.h @@ -22,6 +22,7 @@ #include +//TODO[WB]: Some things could be accelerated on globally refined meshes if we didn't even enter the main loops of the condense functions when the 'lines' array is empty template void @@ -673,7 +674,7 @@ ConstraintMatrix::distribute (const VectorType &condensed, else { // line was condensed away, - // create it newly first set + // create it newly. first set // it to zero uncondensed(line) = 0.; // then add the different -- 2.39.5