From 048ca92ea2531dd8aafeaa0cea839ed47695585e Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 1 Oct 2002 16:24:28 +0000 Subject: [PATCH] Also list communication in other die fnct. git-svn-id: https://svn.dealii.org/trunk@6575 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/hsl/source/detached_ma27.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/contrib/hsl/source/detached_ma27.cc b/deal.II/contrib/hsl/source/detached_ma27.cc index 6a0a51e812..12f86199ac 100644 --- a/deal.II/contrib/hsl/source/detached_ma27.cc +++ b/deal.II/contrib/hsl/source/detached_ma27.cc @@ -112,6 +112,7 @@ void die (const std::string &text, const T1 t1, const T2 t2) std::cerr << "----- detached_ma27: " << text << " code1=" << t1 << ", code2=" << t2 << std::endl; + CommunicationsLog::list_communication (); abort (); }; -- 2.39.5