From: bangerth Date: Sat, 9 Feb 2013 04:58:15 +0000 (+0000) Subject: Avoid use of deprecated type. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e98b0e433c6c58a579b6341d57217846ae4df74;p=dealii-svn.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