]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix trivial oversight. (1.54->1.55)
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Feb 2001 12:01:17 +0000 (12:01 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Feb 2001 12:01:17 +0000 (12:01 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-3-1@4042 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_tools.cc

index e08626f5dafec0448d4da69ca601bc1b56c33bd7..0b9d47166749dfef8f87aa72f85b4613663edb18 100644 (file)
@@ -1409,7 +1409,7 @@ DoFTools::compute_intergrid_constraints (const DoFHandler<dim>              &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)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.