From f952d8e724f5268246de006cb7c20323b96e421f Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 1 Oct 2002 19:13:02 +0000 Subject: [PATCH] Fix bug. git-svn-id: https://svn.dealii.org/trunk@6588 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_direct.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; -- 2.39.5