]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove stray semicolons.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 Apr 2003 16:22:31 +0000 (16:22 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 Apr 2003 16:22:31 +0000 (16:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@7424 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/numbering.cc

index 273e6498ba5c05048d115b7c7e11ca3cd829c8bc..26183d6b4b51eb4d68bff3fdcadb736449a68993 100644 (file)
@@ -183,7 +183,7 @@ void check (const FE_Q<dim> &fe)
   FETools::hierarchic_to_lexicographic_numbering (fe, h2l);
   Assert (hierarchic_to_lexicographic_numbering == h2l,
          ExcInternalError());
-};
+}
 
 
 
@@ -195,7 +195,7 @@ void check_dim ()
       FE_Q<dim> fe(degree);
       check (fe);
     };
-};
+}
 
 
 int main ()
@@ -208,6 +208,6 @@ int main ()
   check_dim<1> ();
   check_dim<2> ();
   check_dim<3> ();
-};
+}
 
 

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.