]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix the memory_consumption function to account for the fact that 'faces' has been...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Sep 2007 16:21:33 +0000 (16:21 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Sep 2007 16:21:33 +0000 (16:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@15252 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_handler.cc

index f2f0c2a3852b63f7085f26226b9f23a0d3e685de..5950855b1e3d4bd9b74334cae279d116383d2fab 100644 (file)
@@ -1740,7 +1740,7 @@ DoFHandler<dim>::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<levels.size(); ++i)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.