From: wolf Date: Tue, 1 Oct 2002 16:24:28 +0000 (+0000) Subject: Also list communication in other die fnct. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=048ca92ea2531dd8aafeaa0cea839ed47695585e;p=dealii-svn.git Also list communication in other die fnct. git-svn-id: https://svn.dealii.org/trunk@6575 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 (); };