]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add an explicit template argument, to be able to compile on gcc 3.2.x on itanium
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Nov 2006 05:41:50 +0000 (05:41 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Nov 2006 05:41:50 +0000 (05:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@14206 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 812bfca840145eb0c97f9ce6a6ab46ffaedec3e5..1e53e2e611f1ec52dff8501d91d6195922f6dec6 100644 (file)
@@ -1601,7 +1601,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(this->tria->vertices, vertex_indices);
+  return GridTools::cell_measure<3>(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.