From bbe61b242a7c1f110df56e40414965bbb2183210 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 26 Sep 2007 16:21:33 +0000 Subject: [PATCH] Fix the memory_consumption function to account for the fact that 'faces' has been made a pointer git-svn-id: https://svn.dealii.org/trunk@15252 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/dofs/dof_handler.cc b/deal.II/deal.II/source/dofs/dof_handler.cc index f2f0c2a385..5950855b1e 100644 --- a/deal.II/deal.II/source/dofs/dof_handler.cc +++ b/deal.II/deal.II/source/dofs/dof_handler.cc @@ -1740,7 +1740,7 @@ DoFHandler::memory_consumption () const MemoryConsumption::memory_consumption (selected_fe) + MemoryConsumption::memory_consumption (tria) + MemoryConsumption::memory_consumption (levels) + - MemoryConsumption::memory_consumption (faces) + + MemoryConsumption::memory_consumption (*faces) + MemoryConsumption::memory_consumption (used_dofs) + MemoryConsumption::memory_consumption (vertex_dofs)); for (unsigned int i=0; i