From: Wolfgang Bangerth Date: Sat, 9 Feb 2013 04:59:50 +0000 (+0000) Subject: Fix type of a counting index. X-Git-Tag: v8.0.0~1386 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3f7d259c3a064b41044f65441751800bc810ea;p=dealii.git Fix type of a counting index. git-svn-id: https://svn.dealii.org/trunk@28291 0785d39b-7218-0410-832d-ea1e28bc413d --- 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