From 659938e3c7c45edf5a0cc95405f52feedfed2e4b Mon Sep 17 00:00:00 2001 From: kanschat Date: Fri, 8 Feb 2008 02:50:42 +0000 Subject: [PATCH] minor edits git-svn-id: https://svn.dealii.org/trunk@15725 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/subscriptor.cc | 2 +- deal.II/deal.II/include/dofs/dof_tools.h | 4 ++-- deal.II/lac/include/lac/pointer_matrix.h | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/base/source/subscriptor.cc b/deal.II/base/source/subscriptor.cc index 613c99a1e2..36369372f7 100644 --- a/deal.II/base/source/subscriptor.cc +++ b/deal.II/base/source/subscriptor.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index 50197b6e48..cd67ee3180 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1201,7 +1201,7 @@ class DoFTools template static void count_dofs_per_block (const DoFHandler& dof_handler, - std::vector& dofs_per_component, + std::vector& dofs_per_block, std::vector target_block = std::vector()); diff --git a/deal.II/lac/include/lac/pointer_matrix.h b/deal.II/lac/include/lac/pointer_matrix.h index 6894b29b8f..d2c27fef8e 100644 --- a/deal.II/lac/include/lac/pointer_matrix.h +++ b/deal.II/lac/include/lac/pointer_matrix.h @@ -309,7 +309,8 @@ class PointerMatrixAux : public PointerMatrixBase /** * Assign a new VectorMemory - object for getting auxiliary vectors. + * object for getting auxiliary + * vectors. */ void set_memory(VectorMemory* mem); -- 2.39.5