]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove an unnecessary semi-colon
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Sep 2006 18:30:29 +0000 (18:30 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Sep 2006 18:30:29 +0000 (18:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@13790 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_constraints.cc

index 50586c6458b6b8cb47942f8da73b6a94e7625e96..2504ace4033bf761ca15075aa34d8bae2ade6b83 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -269,7 +269,7 @@ void ConstraintMatrix::merge (const ConstraintMatrix &other_constraints)
           e!=line->entries.end(); ++e)
          AssertThrow (this_dofs.find (e->first) == this_dofs.end(),
                       ExcDoFIsConstrainedToConstrainedDoF (e->first));
-    };
+    }
 
                                   // store the previous state with
                                   // respect to sorting

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.