]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Last point not need, is now removed.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Jul 2005 14:27:24 +0000 (14:27 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Jul 2005 14:27:24 +0000 (14:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@11036 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/mesh_3d.h

index 34410638271d06d322244ba21f4a13309823a6a7..4aa1df4f5760be09260a9a1b74935a1ad444c97d 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2003, 2004 by the deal.II authors
+//    Copyright (C) 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -69,14 +69,13 @@ void create_L_shape (Triangulation<3> &coarse_grid)
   std::vector<Point<3> >    vertices;
   std::vector<CellData<3> > cells;
   
-  const Point<3> outer_points[8] = { Point<3>(-1,0,0),
+  const Point<3> outer_points[7] = { Point<3>(-1,0,0),
                                      Point<3>(-1,-1,0),
                                      Point<3>(0,-1,0),
                                      Point<3>(+1,-1,0),
                                      Point<3>(+1,0,0),
                                      Point<3>(+1,+1,0),
-                                     Point<3>(0,+1,0),
-                                     Point<3>(-1,+1,0) };
+                                     Point<3>(0,+1,0) };
 
                                    // first the point in the middle
                                    // and the rest of those on the

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.