From: wolf Date: Fri, 24 Mar 2000 16:00:08 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=919c9c390cbb3093dd2fce8e5fc5ff54781aa474;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@2630 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/Todo b/deal.II/lac/Todo index a90d77d1af..e387fe2da4 100644 --- a/deal.II/lac/Todo +++ b/deal.II/lac/Todo @@ -12,3 +12,6 @@ Why not replace Vector::scale by Vector::operator *= ? Use the commented-out version in PreconditionBlock::invert_diagblocks using the try-catch clauses + + +GrowingVectorMemory is not thread-safe. Use a Mutex to fix this.