]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Properly qualify things.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Mar 2004 04:08:03 +0000 (04:08 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Mar 2004 04:08:03 +0000 (04:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@8653 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_out.cc

index 23aed66ee35f6f23b898ef6e47d9dd5da59a94aa..1c57fb71ac2e33437a85a45e7c71ab547f7b4897 100644 (file)
@@ -109,7 +109,7 @@ DataOut_DoFData<dof_handler_dim,patch_dim,patch_space_dim>::
 DataEntry<VectorType>::memory_consumption () const
 {
   return (sizeof (vector) +
-         MemoryConsumption::memory_consumption (names));
+         MemoryConsumption::memory_consumption (this->names));
 }
 
 

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.