From 919c9c390cbb3093dd2fce8e5fc5ff54781aa474 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 24 Mar 2000 16:00:08 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@2630 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/Todo | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.39.5