From: wolf Date: Tue, 20 Jan 2004 14:06:59 +0000 (+0000) Subject: Fix an obvious typo that leads to a segfault. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27dfb93c6b620de3c0cdebb43c6f60627cbb34e2;p=dealii-svn.git Fix an obvious typo that leads to a segfault. git-svn-id: https://svn.dealii.org/trunk@8328 0785d39b-7218-0410-832d-ea1e28bc413d --- 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