From: wolf Date: Tue, 27 Feb 2001 12:01:17 +0000 (+0000) Subject: Fix trivial oversight. (1.54->1.55) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6040d659c7da3d4fbd2e4bbe77a2423881c21d94;p=dealii-svn.git Fix trivial oversight. (1.54->1.55) git-svn-id: https://svn.dealii.org/branches/Branch-3-1@4042 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index e08626f5da..0b9d471667 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -1409,7 +1409,7 @@ DoFTools::compute_intergrid_constraints (const DoFHandler &coa // all other dofs are constrained { const unsigned int col = weight_mapping[global_dof]; - Assert (col < n_coarse_dofs, ExcInternalError()); + Assert (col < n_parameters_on_fine_grid, ExcInternalError()); unsigned int first_used_row=0; if (true)