From: bangerth Date: Tue, 24 Oct 2006 23:42:12 +0000 (+0000) Subject: Fix comment X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=729b4f3603493ae587c91b13612c90ca700aa6ce;p=dealii-svn.git Fix comment git-svn-id: https://svn.dealii.org/trunk@14073 0785d39b-7218-0410-832d-ea1e28bc413d --- 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