]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typo.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Mar 2001 08:08:15 +0000 (08:08 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Mar 2001 08:08:15 +0000 (08:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@4257 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria_boundary.cc

index eb9d3f981eac84cb86c3024fb2cee448af7c9dba..5ef3b01668e13d2ea9672071fa392e84ee89da05 100644 (file)
@@ -154,10 +154,10 @@ StraightBoundary<dim>::get_intermediate_points_on_quad (
   const double ds=1./(m+1);
   double y=ds;
 
-  const Point<dim> vertices[4] = { line->vertex(0),
-                                  line->vertex(1),
-                                  line->vertex(2),
-                                  line->vertex(3) };
+  const Point<dim> vertices[4] = { quad->vertex(0),
+                                  quad->vertex(1),
+                                  quad->vertex(2),
+                                  quad->vertex(3) };
 
   for (unsigned int i=0; i<n; ++i, y+=ds)
     {

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.