From: Wolfgang Bangerth Date: Fri, 1 Sep 2006 18:30:29 +0000 (+0000) Subject: Remove an unnecessary semi-colon X-Git-Tag: v8.0.0~11182 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b0ed76bed1d9ec22d8ea6cded94aab48b9f241;p=dealii.git Remove an unnecessary semi-colon git-svn-id: https://svn.dealii.org/trunk@13790 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_constraints.cc b/deal.II/deal.II/source/dofs/dof_constraints.cc index 50586c6458..2504ace403 100644 --- a/deal.II/deal.II/source/dofs/dof_constraints.cc +++ b/deal.II/deal.II/source/dofs/dof_constraints.cc @@ -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