From: Wolfgang Bangerth Date: Wed, 26 Sep 2007 16:21:33 +0000 (+0000) Subject: Fix the memory_consumption function to account for the fact that 'faces' has been... X-Git-Tag: v8.0.0~9812 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7071e32fd41022ce1fd369013604f8f70181d23;p=dealii.git 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 --- 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