]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a few unnecessary semicolons.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 4 May 2006 02:03:19 +0000 (02:03 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 4 May 2006 02:03:19 +0000 (02:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@13035 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_tools.cc

index c2f53fa945d434ed1250d336c4272d0fa517159b..6e2683de6a236ade517950cc7df3f8eb6609770c 100644 (file)
@@ -1751,8 +1751,8 @@ void DoFTools::make_hanging_node_constraints (
                constraints.add_entry (dofs_on_children[row],
                                       dofs_on_mother[i],
                                       fe.constraints()(row,i));
-           };
-       };
+           }
+       }
 }
 
 
@@ -1902,8 +1902,8 @@ void DoFTools::make_hanging_node_constraints (
                constraints.add_entry (dofs_on_children[row],
                                       dofs_on_mother[i],
                                       fe.constraints()(row,i));
-           };
-       };
+           }
+       }
 }
 
 

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.