From: Ralf Hartmann Date: Fri, 1 Jul 2005 14:27:24 +0000 (+0000) Subject: Last point not need, is now removed. X-Git-Tag: v8.0.0~13520 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fbac67c00da242d32b6dd49147bb203d08b89b3;p=dealii.git Last point not need, is now removed. git-svn-id: https://svn.dealii.org/trunk@11036 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/mesh_3d.h b/tests/bits/mesh_3d.h index 3441063827..4aa1df4f57 100644 --- a/tests/bits/mesh_3d.h +++ b/tests/bits/mesh_3d.h @@ -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 > vertices; std::vector > 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