]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make icc happy by adding missing this->
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 7 Jul 2005 08:02:18 +0000 (08:02 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 7 Jul 2005 08:02:18 +0000 (08:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@11092 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria_accessor.cc

index e48390f285b42c7ac142dbccf8adbf5faf72f351..36a8ef0fce8f49f765363fba3dded2201e058cd0 100644 (file)
@@ -1558,7 +1558,7 @@ double TriaObjectAccessor<3, 3>::measure () const
   for (unsigned int i=0; i<GeometryInfo<3>::vertices_per_cell; ++i)
     vertex_indices[i]=vertex_index(i);
 
-  return GridTools::cell_measure(tria->vertices, vertex_indices);
+  return GridTools::cell_measure(this->tria->vertices, vertex_indices);
 }
 
 #endif

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.