From: wolf Date: Tue, 1 Oct 2002 19:13:02 +0000 (+0000) Subject: Fix bug. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f952d8e724f5268246de006cb7c20323b96e421f;p=dealii-svn.git Fix bug. git-svn-id: https://svn.dealii.org/trunk@6588 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index 3fbf854692..208c33a351 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -380,7 +380,7 @@ struct SparseDirectMA27::DetachedModeData fflush (NULL); CommunicationsLog:: - record_communication (CommunicationsLog::put, N, ret, debug_info); + record_communication (CommunicationsLog::put, N, count, debug_info); };