From 729b4f3603493ae587c91b13612c90ca700aa6ce Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 24 Oct 2006 23:42:12 +0000 Subject: [PATCH] Fix comment git-svn-id: https://svn.dealii.org/trunk@14073 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_tools.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/deal.II/deal.II/source/fe/fe_tools.cc b/deal.II/deal.II/source/fe/fe_tools.cc index b27d9a1eb1..e85980f887 100644 --- a/deal.II/deal.II/source/fe/fe_tools.cc +++ b/deal.II/deal.II/source/fe/fe_tools.cc @@ -51,13 +51,7 @@ DEAL_II_NAMESPACE_OPEN namespace { // have a lock that guarantees that at most one thread is changing and -// accessing the @p{coefficients} arrays of classes implementing -// polynomials with tables. make this lock local to this file. -// -// having only one lock for all of these classes is probably not going -// to be a problem since we only need it on very rare occasions. if -// someone finds this is a bottleneck, feel free to replace it by a -// more fine-grained solution +// accessing the fe_name_map variable. make this lock local to this file. Threads::ThreadMutex fe_name_map_lock; // This is the map used by FETools::get_fe_from_name and -- 2.39.5