From: Wolfgang Bangerth Date: Sat, 9 Feb 2013 04:58:15 +0000 (+0000) Subject: Avoid use of deprecated type. X-Git-Tag: v8.0.0~316^2~164 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db86e04a5e84ebf123c38930667bc17d43a0035f;p=dealii.git Avoid use of deprecated type. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@28290 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/dof_renumbering.cc b/deal.II/source/dofs/dof_renumbering.cc index 1981bbc8fc..e39797b751 100644 --- a/deal.II/source/dofs/dof_renumbering.cc +++ b/deal.II/source/dofs/dof_renumbering.cc @@ -1887,7 +1887,7 @@ namespace DoFRenumbering std::fill (new_dof_indices.begin(), new_dof_indices.end(), numbers::invalid_unsigned_int); types::global_dof_index next_free_index = 0; - for (types::subdomain_id_t subdomain=0; subdomain