]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix trivial bug.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Feb 2001 12:00:31 +0000 (12:00 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Feb 2001 12:00:31 +0000 (12:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@4041 0785d39b-7218-0410-832d-ea1e28bc413d

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

index fc0bff3ef2ce21001fab1fc2028b4b6fae1d4ca4..0928d39ad8e139468339b8c0aad1a85c21844770 100644 (file)
@@ -1488,7 +1488,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.