]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Qualify a type in a base class to make it work with xlC.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Jan 2012 14:22:49 +0000 (14:22 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Jan 2012 14:22:49 +0000 (14:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@24927 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/tria_boundary_lib.cc

index 6850fb4be775d9cf677f1ddb9010830e08abb18c..35cff4ab4d84dc4258627a642c98a7eebe2c4ef8 100644 (file)
@@ -1510,7 +1510,7 @@ template<>
 void
 TorusBoundary<2,3>::
 get_normals_at_vertices (const Triangulation<2,3 >::face_iterator &face,
-                        FaceVertexNormals &face_vertex_normals) const
+                        Boundary<2,3>::FaceVertexNormals &face_vertex_normals) const
 {
   for(unsigned i=0; i<GeometryInfo<2>::vertices_per_face; i++)
     face_vertex_normals[i]=get_surf_norm(face->vertex(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.