From 8ab3ac17cf2b5a34bb9426e3262be4db14f930e3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 20 Jan 2004 14:06:59 +0000 Subject: [PATCH] Fix an obvious typo that leads to a segfault. git-svn-id: https://svn.dealii.org/trunk@8328 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/grid/grid_generator.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/source/grid/grid_generator.cc b/deal.II/deal.II/source/grid/grid_generator.cc index 46b35159f3..c8c9b65334 100644 --- a/deal.II/deal.II/source/grid/grid_generator.cc +++ b/deal.II/deal.II/source/grid/grid_generator.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -349,7 +349,7 @@ subdivided_hyper_rectangle (Triangulation &tria, const unsigned int n_xy = (repetitions[0]+1)*(repetitions[1]+1); cells.resize (repetitions[2]*repetitions[1]*repetitions[0]); - for (unsigned int z=0; z