]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Apply the same fix as for the regular DoFHandler
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Sep 2007 16:29:56 +0000 (16:29 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Sep 2007 16:29:56 +0000 (16:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@15255 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/hp/dof_handler.cc

index e40c35ce9fc15bb73b68d47838cae36dd6cdd335..e42b1f192a61e57dd6cf1ed4f5b19d9c7e8f1934 100644 (file)
@@ -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<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.