]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
When running in multithreading mode, the lock is changed in a const function. Made...
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Nov 2008 07:31:20 +0000 (07:31 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Nov 2008 07:31:20 +0000 (07:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@17766 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_constraints.h

index 197e7b193221e9eb37dad85385e74b7da7f6a5ca..b6a757bf3a60486c2ef2e4fe8bcda643dbfd57fe 100644 (file)
@@ -1361,7 +1361,7 @@ class ConstraintMatrix : public Subscriptor
                                      * only accessible to one process at
                                      * time.
                                      */
-    Threads::ThreadMutex mutex;
+    mutable Threads::ThreadMutex mutex;
 
                                     /**
                                      * A temporary array for the function

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.