]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix small bug, some missing breaks.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 11 May 2000 13:07:00 +0000 (13:07 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 11 May 2000 13:07:00 +0000 (13:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@2841 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 6a34dc489eb4ff7e14e18025b2780bf1a0fd7206..6c33e17b3a11d2621f894d8be2a9fa0f13562d84 100644 (file)
@@ -1601,22 +1601,27 @@ unsigned int DoFHandler<2>::max_couplings_between_dofs () const {
            max_couplings=19*selected_fe->dofs_per_vertex +
                          28*selected_fe->dofs_per_line +
                          8*selected_fe->dofs_per_quad;
+           break;
       case 5:
            max_couplings=21*selected_fe->dofs_per_vertex +
                          31*selected_fe->dofs_per_line +
                          9*selected_fe->dofs_per_quad;
+           break;
       case 6:
            max_couplings=28*selected_fe->dofs_per_vertex +
                          42*selected_fe->dofs_per_line +
                          12*selected_fe->dofs_per_quad;
+           break;
       case 7:
            max_couplings=30*selected_fe->dofs_per_vertex +
                          45*selected_fe->dofs_per_line +
                          13*selected_fe->dofs_per_quad;
+           break;
       case 8:
            max_couplings=37*selected_fe->dofs_per_vertex +
                          56*selected_fe->dofs_per_line +
                          16*selected_fe->dofs_per_quad;
+           break;
       default:
            Assert (false, ExcNotImplemented());
            max_couplings=0;

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.