From 03bf69aa46f2ad2d6106024a5ed856394b82025d Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 1 Sep 2006 18:30:29 +0000 Subject: [PATCH] Remove an unnecessary semi-colon git-svn-id: https://svn.dealii.org/trunk@13790 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_constraints.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5