]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Put a break statement to the right place.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Jul 2002 07:59:52 +0000 (07:59 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Jul 2002 07:59:52 +0000 (07:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@6291 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_nedelec.cc

index a4570a157ecb77b8238577b1e13fd85d1e6b38a3..45ab85556c326f8bf1efe8bbba3ec95d5661ae71 100644 (file)
@@ -485,9 +485,9 @@ void FE_Nedelec<dim>::initialize_unit_support_points ()
                                             // between the vertices
                                             // of each line
            this->unit_support_points[line] = (vertex_0 + vertex_1) / 2;
-           
-           break;
          };
+           
+       break;
       };
 
       default:

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.