]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix more or less apparent bug.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 2 Jul 1998 08:41:19 +0000 (08:41 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 2 Jul 1998 08:41:19 +0000 (08:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@427 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_handler.cc

index bc9b73ee0ea44f21107abf876d3012bce7540c00..a2855ab38ecef207e3400ed07eea782f8775e224 100644 (file)
@@ -875,7 +875,7 @@ unsigned int DoFHandler<2>::distribute_dofs_on_cell (active_cell_iterator &cell,
 
                                       // dofs of quad
   if (selected_fe->dofs_per_quad > 0)
-    for (unsigned int d=0; d<selected_fe->dofs_per_line; ++d)
+    for (unsigned int d=0; d<selected_fe->dofs_per_quad; ++d)
       cell->set_dof_index (d, next_free_dof++);
 
   

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.