]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
clean up.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Jun 2005 10:15:21 +0000 (10:15 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Jun 2005 10:15:21 +0000 (10:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@10867 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_tools.all_dimensions.cc

index e745f4a70dc2f16b70eb32076530db2def0437b5..501198b33a22cc0b33c7392631eb55c3d1858a1f 100644 (file)
@@ -55,7 +55,7 @@ FETools::hierarchic_to_lexicographic_numbering (const FiniteElementData<dim> &fe
          h2l[i] = i-1;
 
        break;
-      };
+      }
 
       case 2:
       {
@@ -87,7 +87,7 @@ FETools::hierarchic_to_lexicographic_numbering (const FiniteElementData<dim> &fe
        Assert (next_index == fe.dofs_per_cell, ExcInternalError());
 
        break;
-      };
+      }
 
       case 3:
       {
@@ -168,11 +168,11 @@ FETools::hierarchic_to_lexicographic_numbering (const FiniteElementData<dim> &fe
        Assert (next_index == fe.dofs_per_cell, ExcInternalError());
        
        break;
-      };       
+      }       
 
       default:
            Assert (false, ExcNotImplemented());
-    };
+    }
 }
 
 

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.