From 38b31349ec45a690cfe4a1ab59815911aff0d1c4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 26 Sep 2007 16:29:56 +0000 Subject: [PATCH] Apply the same fix as for the regular DoFHandler git-svn-id: https://svn.dealii.org/trunk@15255 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/hp/dof_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/hp/dof_handler.cc b/deal.II/deal.II/source/hp/dof_handler.cc index e40c35ce9f..e42b1f192a 100644 --- a/deal.II/deal.II/source/hp/dof_handler.cc +++ b/deal.II/deal.II/source/hp/dof_handler.cc @@ -2195,7 +2195,7 @@ namespace hp MemoryConsumption::memory_consumption (finite_elements) + 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