From: Wolfgang Bangerth Date: Wed, 26 Sep 2007 16:29:56 +0000 (+0000) Subject: Apply the same fix as for the regular DoFHandler X-Git-Tag: v8.0.0~9809 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38b31349ec45a690cfe4a1ab59815911aff0d1c4;p=dealii.git Apply the same fix as for the regular DoFHandler git-svn-id: https://svn.dealii.org/trunk@15255 0785d39b-7218-0410-832d-ea1e28bc413d --- 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