]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix two further problems.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 26 Mar 2001 07:13:31 +0000 (07:13 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 26 Mar 2001 07:13:31 +0000 (07:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@4282 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria_boundary_lib.cc

index b3f72542b7eb9d254c670a34f66503dcb9113a8b..a16eff78a51cb173f75333c883ebbca7855b6c1c 100644 (file)
@@ -478,11 +478,11 @@ get_tangents_at_vertices (const typename Triangulation<dim>::face_iterator &face
                                   // at x==0, since then it belongs
                                   // to the plane part of the
                                   // boundary
-  const Point<dim> quad_center = quad->center();
+  const Point<dim> quad_center = face->center();
   if (quad_center(0) == center(0))
     StraightBoundary<dim>::get_tangents_at_vertices (face, face_vertex_tangents);
   else
-    HyperBallBoundary<dim>::get_intermediate_points_on_quad (face, face_vertex_tangents);
+    HyperBallBoundary<dim>::get_tangents_at_vertices (face, face_vertex_tangents);
 };
 
 

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.