From f3c541f54cb4169b75f1600504f790eec35ecd95 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 9 Feb 2013 04:59:50 +0000 Subject: [PATCH] Fix type of a counting index. git-svn-id: https://svn.dealii.org/trunk@28291 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/dofs/dof_renumbering.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/source/dofs/dof_renumbering.cc b/deal.II/source/dofs/dof_renumbering.cc index 8037b4dd15..c5ac2bbc76 100644 --- a/deal.II/source/dofs/dof_renumbering.cc +++ b/deal.II/source/dofs/dof_renumbering.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1882,7 +1882,7 @@ namespace DoFRenumbering std::fill (new_dof_indices.begin(), new_dof_indices.end(), numbers::invalid_unsigned_int); unsigned int next_free_index = 0; - for (unsigned int subdomain=0; subdomain