]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix bug.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 16 Oct 2002 15:48:09 +0000 (15:48 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 16 Oct 2002 15:48:09 +0000 (15:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@6663 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index f1ea98c713f46180dd0fe3c6b73bd6fc98584fd7..afffe81efa7b1d624bee1126d23822c2d9aae8d9 100644 (file)
@@ -311,7 +311,8 @@ namespace CommunicationsLog
     list_access_lock.acquire ();
     for (std::list<Record>::iterator i=communication_log.begin();
          i!=communication_log.end(); ++i)
-      communication_log.erase (i);
+      if (i->child_pid == child_pid)
+        communication_log.erase (i);
     list_access_lock.release ();
   };
 };

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.