From: bangerth Date: Sun, 11 Feb 2007 05:44:42 +0000 (+0000) Subject: Fix a comment typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79994037f111208a728c337bf200bed2a372f8b1;p=dealii-svn.git Fix a comment typo. git-svn-id: https://svn.dealii.org/trunk@14462 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_constraints.h b/deal.II/deal.II/include/dofs/dof_constraints.h index 6b3fdcc7cb..18b410c3a3 100644 --- a/deal.II/deal.II/include/dofs/dof_constraints.h +++ b/deal.II/deal.II/include/dofs/dof_constraints.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1041,9 +1041,8 @@ ConstraintMatrix::add_line (const unsigned int line) - // check whether line already - // exists; it may, but then we need - // can just quit + // check whether line already exists; it + // may, in which case we can just quit if ((line < constraint_line_exists.size()) && (constraint_line_exists[line] == true))