From e0fc0d97191262ae4c433185365e46a46ce0502c Mon Sep 17 00:00:00 2001 From: hartmann Date: Fri, 1 Jul 2005 14:27:24 +0000 Subject: [PATCH] Last point not need, is now removed. git-svn-id: https://svn.dealii.org/trunk@11036 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/mesh_3d.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.39.5