From d068dc745540ff00ca0a85d1667ad00ac4df152f Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 23 Apr 2014 20:16:14 +0000 Subject: [PATCH] Expand on a TODO. git-svn-id: https://svn.dealii.org/trunk@32820 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_accessor.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/dofs/dof_accessor.templates.h b/deal.II/include/deal.II/dofs/dof_accessor.templates.h index 42446a05c0..3e928f8cfe 100644 --- a/deal.II/include/deal.II/dofs/dof_accessor.templates.h +++ b/deal.II/include/deal.II/dofs/dof_accessor.templates.h @@ -2859,7 +2859,7 @@ namespace internal const unsigned int n_dofs = local_source_end - local_source_begin; -//TODO[WB/MK]: This function could me made more efficient because it allocates memory, which could be avoided by passing in another argument as a scratch array. This should be fixed eventually +//TODO[WB/MK]: This function could me made more efficient because it allocates memory, which could be avoided by passing in another argument as a scratch array. This should be fixed eventually. another option would be to let the surrounding class have a (static, mutable) scratch array that is thread-local // get indices of dofs std::vector dofs (n_dofs); -- 2.39.5