From b44790d3e8032bc4fb3a11f48d6cc099e1e45908 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 29 Mar 2005 00:04:22 +0000 Subject: [PATCH] copyright and divider lines git-svn-id: https://svn.dealii.org/trunk@10276 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_indices.h | 4 ++-- deal.II/lac/include/lac/block_matrix.h | 8 +++---- deal.II/lac/include/lac/block_matrix_array.h | 8 +++---- deal.II/lac/include/lac/block_matrix_base.h | 10 ++++----- deal.II/lac/include/lac/block_sparse_matrix.h | 4 ++-- .../lac/block_sparse_matrix.templates.h | 6 ++--- .../lac/block_sparse_matrix_ez.templates.h | 4 ++-- .../lac/include/lac/block_sparsity_pattern.h | 6 ++--- deal.II/lac/include/lac/block_vector.h | 6 ++--- .../lac/include/lac/block_vector.templates.h | 6 ++--- deal.II/lac/include/lac/block_vector_base.h | 6 ++--- .../include/lac/compressed_sparsity_pattern.h | 4 ++-- deal.II/lac/include/lac/eigen.h | 10 ++++----- deal.II/lac/include/lac/exceptions.h | 6 ++--- deal.II/lac/include/lac/filtered_matrix.h | 6 ++--- .../include/lac/filtered_matrix.templates.h | 6 ++--- deal.II/lac/include/lac/full_matrix.h | 8 +++---- .../lac/include/lac/full_matrix.templates.h | 2 +- deal.II/lac/include/lac/lapack_full_matrix.h | 6 ++--- deal.II/lac/include/lac/lapack_support.h | 4 ++-- deal.II/lac/include/lac/lapack_templates.h | 2 +- deal.II/lac/include/lac/matrix_lib.h | 18 +++++++++++---- .../lac/include/lac/matrix_lib.templates.h | 6 ++--- deal.II/lac/include/lac/matrix_out.h | 6 ++--- .../include/lac/petsc_block_sparse_matrix.h | 4 ++-- deal.II/lac/include/lac/petsc_block_vector.h | 4 ++-- deal.II/lac/include/lac/petsc_full_matrix.h | 4 ++-- deal.II/lac/include/lac/petsc_matrix_base.h | 6 ++--- .../lac/petsc_parallel_block_sparse_matrix.h | 4 ++-- .../include/lac/petsc_parallel_block_vector.h | 4 ++-- .../lac/petsc_parallel_sparse_matrix.h | 4 ++-- .../lac/include/lac/petsc_parallel_vector.h | 4 ++-- deal.II/lac/include/lac/petsc_precondition.h | 4 ++-- deal.II/lac/include/lac/petsc_solver.h | 4 ++-- deal.II/lac/include/lac/petsc_sparse_matrix.h | 4 ++-- deal.II/lac/include/lac/petsc_vector.h | 4 ++-- deal.II/lac/include/lac/petsc_vector_base.h | 4 ++-- deal.II/lac/include/lac/pointer_matrix.h | 16 +++++++++++--- deal.II/lac/include/lac/precondition.h | 22 +++++++++---------- deal.II/lac/include/lac/precondition_block.h | 10 ++++----- .../lac/precondition_block.templates.h | 8 +++---- .../lac/include/lac/precondition_selector.h | 6 ++--- deal.II/lac/include/lac/schur_matrix.h | 8 +++---- deal.II/lac/include/lac/shifted_matrix.h | 8 +++---- deal.II/lac/include/lac/solver.h | 4 ++-- deal.II/lac/include/lac/solver_bicgstab.h | 6 ++--- deal.II/lac/include/lac/solver_cg.h | 4 ++-- deal.II/lac/include/lac/solver_control.h | 6 ++--- deal.II/lac/include/lac/solver_minres.h | 6 ++--- deal.II/lac/include/lac/solver_qmrs.h | 6 ++--- deal.II/lac/include/lac/solver_selector.h | 6 ++--- .../lac/include/lac/sparse_decomposition.h | 10 ++++----- .../lac/sparse_decomposition.templates.h | 6 ++--- deal.II/lac/include/lac/sparse_direct.h | 6 ++--- deal.II/lac/include/lac/sparse_ilu.h | 8 +++---- .../lac/include/lac/sparse_ilu.templates.h | 6 ++--- deal.II/lac/include/lac/sparse_matrix.h | 8 +++---- .../lac/include/lac/sparse_matrix.templates.h | 6 ++--- deal.II/lac/include/lac/sparse_matrix_ez.h | 8 +++---- .../include/lac/sparse_matrix_ez.templates.h | 6 ++--- deal.II/lac/include/lac/sparse_mic.h | 6 ++--- .../lac/include/lac/sparse_mic.templates.h | 6 ++--- deal.II/lac/include/lac/sparse_vanka.h | 6 ++--- .../lac/include/lac/sparse_vanka.templates.h | 6 ++--- deal.II/lac/include/lac/sparsity_pattern.h | 6 ++--- deal.II/lac/include/lac/swappable_vector.h | 6 ++--- .../include/lac/swappable_vector.templates.h | 6 ++--- deal.II/lac/include/lac/tridiagonal_matrix.h | 8 +++---- deal.II/lac/include/lac/vector.h | 2 +- deal.II/lac/include/lac/vector.templates.h | 2 +- deal.II/lac/include/lac/vector_memory.h | 4 ++-- 71 files changed, 232 insertions(+), 212 deletions(-) diff --git a/deal.II/lac/include/lac/block_indices.h b/deal.II/lac/include/lac/block_indices.h index 13f8a54c68..e71a4f3022 100644 --- a/deal.II/lac/include/lac/block_indices.h +++ b/deal.II/lac/include/lac/block_indices.h @@ -1,4 +1,4 @@ -//---------------------------- block_indices.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- block_indices.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__block_indices_h #define __deal2__block_indices_h diff --git a/deal.II/lac/include/lac/block_matrix.h b/deal.II/lac/include/lac/block_matrix.h index 5aac2c23d9..487b8c4b4b 100644 --- a/deal.II/lac/include/lac/block_matrix.h +++ b/deal.II/lac/include/lac/block_matrix.h @@ -1,15 +1,15 @@ -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__block_matrix_h #define __deal2__block_matrix_h @@ -74,7 +74,7 @@ class BlockDiagonalMatrix : public Subscriptor }; /*@}*/ -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template BlockDiagonalMatrix::BlockDiagonalMatrix (const MATRIX& M, diff --git a/deal.II/lac/include/lac/block_matrix_array.h b/deal.II/lac/include/lac/block_matrix_array.h index 69f7bb9a89..e92e32000b 100644 --- a/deal.II/lac/include/lac/block_matrix_array.h +++ b/deal.II/lac/include/lac/block_matrix_array.h @@ -1,15 +1,15 @@ -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__block_matrix_array_h #define __deal2__block_matrix_array_h @@ -510,7 +510,7 @@ class BlockTrianglePrecondition /*@}*/ ///@if NoDoc -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template template diff --git a/deal.II/lac/include/lac/block_matrix_base.h b/deal.II/lac/include/lac/block_matrix_base.h index 2600802ac7..ad550b386b 100644 --- a/deal.II/lac/include/lac/block_matrix_base.h +++ b/deal.II/lac/include/lac/block_matrix_base.h @@ -1,15 +1,15 @@ -//---------------------------- block_matrix_base.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- block_matrix_base.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__block_matrix_base_h #define __deal2__block_matrix_base_h @@ -1101,7 +1101,7 @@ namespace internal } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template @@ -1199,7 +1199,7 @@ namespace internal } } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template diff --git a/deal.II/lac/include/lac/block_sparse_matrix.h b/deal.II/lac/include/lac/block_sparse_matrix.h index faf32258b8..31c29bbd61 100644 --- a/deal.II/lac/include/lac/block_sparse_matrix.h +++ b/deal.II/lac/include/lac/block_sparse_matrix.h @@ -1,4 +1,4 @@ -//---------------------------- block_sparse_matrix.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- block_sparse_matrix.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__block_sparse_matrix_h #define __deal2__block_sparse_matrix_h diff --git a/deal.II/lac/include/lac/block_sparse_matrix.templates.h b/deal.II/lac/include/lac/block_sparse_matrix.templates.h index 90d75749cc..0af24e0cbc 100644 --- a/deal.II/lac/include/lac/block_sparse_matrix.templates.h +++ b/deal.II/lac/include/lac/block_sparse_matrix.templates.h @@ -1,15 +1,15 @@ -//------------------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//------------------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__block_sparse_matrix_templates_h #define __deal2__block_sparse_matrix_templates_h diff --git a/deal.II/lac/include/lac/block_sparse_matrix_ez.templates.h b/deal.II/lac/include/lac/block_sparse_matrix_ez.templates.h index 49d835bae1..d5b20f0899 100644 --- a/deal.II/lac/include/lac/block_sparse_matrix_ez.templates.h +++ b/deal.II/lac/include/lac/block_sparse_matrix_ez.templates.h @@ -1,4 +1,4 @@ -//------------------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//------------------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__block_sparse_matrix_ez_templates_h #define __deal2__block_sparse_matrix_ez_templates_h diff --git a/deal.II/lac/include/lac/block_sparsity_pattern.h b/deal.II/lac/include/lac/block_sparsity_pattern.h index 4b0d308aee..c4878029a0 100644 --- a/deal.II/lac/include/lac/block_sparsity_pattern.h +++ b/deal.II/lac/include/lac/block_sparsity_pattern.h @@ -1,15 +1,15 @@ -//---------------------------- block_sparsity_pattern.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- block_sparsity_pattern.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__block_sparsity_pattern_h #define __deal2__block_sparsity_pattern_h diff --git a/deal.II/lac/include/lac/block_vector.h b/deal.II/lac/include/lac/block_vector.h index 25587999dd..06901282b8 100644 --- a/deal.II/lac/include/lac/block_vector.h +++ b/deal.II/lac/include/lac/block_vector.h @@ -1,15 +1,15 @@ -//---------------------------- block_vector.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- block_vector.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__block_vector_h #define __deal2__block_vector_h diff --git a/deal.II/lac/include/lac/block_vector.templates.h b/deal.II/lac/include/lac/block_vector.templates.h index 51c252940f..a17a434acd 100644 --- a/deal.II/lac/include/lac/block_vector.templates.h +++ b/deal.II/lac/include/lac/block_vector.templates.h @@ -1,15 +1,15 @@ -//---------------------------- block_vector.templates.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- block_vector.templates.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__block_vector_templates_h #define __deal2__block_vector_templates_h diff --git a/deal.II/lac/include/lac/block_vector_base.h b/deal.II/lac/include/lac/block_vector_base.h index bebbe34c11..fa524ca638 100644 --- a/deal.II/lac/include/lac/block_vector_base.h +++ b/deal.II/lac/include/lac/block_vector_base.h @@ -1,15 +1,15 @@ -//---------------------------- block_vector_base.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- block_vector_base.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__block_vector_base_h #define __deal2__block_vector_base_h diff --git a/deal.II/lac/include/lac/compressed_sparsity_pattern.h b/deal.II/lac/include/lac/compressed_sparsity_pattern.h index 821af834b3..30795348f7 100644 --- a/deal.II/lac/include/lac/compressed_sparsity_pattern.h +++ b/deal.II/lac/include/lac/compressed_sparsity_pattern.h @@ -1,4 +1,4 @@ -//---------------------------- compressed_sparsity_pattern.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- compressed_sparsity_pattern.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__compressed_sparsity_pattern_h #define __deal2__compressed_sparsity_pattern_h diff --git a/deal.II/lac/include/lac/eigen.h b/deal.II/lac/include/lac/eigen.h index ba7c29b266..a920874fb9 100644 --- a/deal.II/lac/include/lac/eigen.h +++ b/deal.II/lac/include/lac/eigen.h @@ -1,15 +1,15 @@ -//---------------------------- eigen.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- eigen.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__eigen_h #define __deal2__eigen_h @@ -214,7 +214,7 @@ class EigenInverse : private Solver }; /*@}*/ -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template @@ -305,7 +305,7 @@ EigenPower::solve (double &value, // otherwise exit as normal } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template EigenInverse::EigenInverse (SolverControl &cn, diff --git a/deal.II/lac/include/lac/exceptions.h b/deal.II/lac/include/lac/exceptions.h index ac17eca35c..a60df085bc 100644 --- a/deal.II/lac/include/lac/exceptions.h +++ b/deal.II/lac/include/lac/exceptions.h @@ -1,15 +1,15 @@ -//---------------------------- exceptions.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- exceptions.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__lac_exceptions_h #define __deal2__lac_exceptions_h diff --git a/deal.II/lac/include/lac/filtered_matrix.h b/deal.II/lac/include/lac/filtered_matrix.h index 40f551586c..dce1891234 100644 --- a/deal.II/lac/include/lac/filtered_matrix.h +++ b/deal.II/lac/include/lac/filtered_matrix.h @@ -1,15 +1,15 @@ -//---------------------------- filtered_matrix.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- filtered_matrix.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__filtered_matrix_h #define __deal2__filtered_matrix_h diff --git a/deal.II/lac/include/lac/filtered_matrix.templates.h b/deal.II/lac/include/lac/filtered_matrix.templates.h index 54318c691a..8816edbabf 100644 --- a/deal.II/lac/include/lac/filtered_matrix.templates.h +++ b/deal.II/lac/include/lac/filtered_matrix.templates.h @@ -1,15 +1,15 @@ -//---------------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__filtered_matrix_templates_h #define __deal2__filtered_matrix_templates_h diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index 196c1f4982..4a75a0f99d 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -1,15 +1,15 @@ -//------------------------------------------------------------------------ +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//------------------------------------------------------------------------ +//--------------------------------------------------------------------------- #ifndef __deal2__full_matrix_h #define __deal2__full_matrix_h @@ -1133,7 +1133,7 @@ FullMatrix::Tvmult_add (Vector &w, } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template diff --git a/deal.II/lac/include/lac/full_matrix.templates.h b/deal.II/lac/include/lac/full_matrix.templates.h index d40337acf3..3955d0b6a4 100644 --- a/deal.II/lac/include/lac/full_matrix.templates.h +++ b/deal.II/lac/include/lac/full_matrix.templates.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 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/lac/include/lac/lapack_full_matrix.h b/deal.II/lac/include/lac/lapack_full_matrix.h index 7c2ae6d772..c979b23377 100644 --- a/deal.II/lac/include/lac/lapack_full_matrix.h +++ b/deal.II/lac/include/lac/lapack_full_matrix.h @@ -1,15 +1,15 @@ -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__lapack_full_matrix_h #define __deal2__lapack_full_matrix_h diff --git a/deal.II/lac/include/lac/lapack_support.h b/deal.II/lac/include/lac/lapack_support.h index 8b6e17cac8..8525644fdb 100644 --- a/deal.II/lac/include/lac/lapack_support.h +++ b/deal.II/lac/include/lac/lapack_support.h @@ -1,4 +1,4 @@ -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__lapack_support_h #define __deal2__lapack_support_h diff --git a/deal.II/lac/include/lac/lapack_templates.h b/deal.II/lac/include/lac/lapack_templates.h index 26c20cf0ef..fda099c411 100644 --- a/deal.II/lac/include/lac/lapack_templates.h +++ b/deal.II/lac/include/lac/lapack_templates.h @@ -5,7 +5,7 @@ // This file was automatically generated from blas.h.in // See blastemplates in the deal.II contrib directory // -// Copyright (C) 2005 by the deal authors +// Copyright (C) 2005 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/lac/include/lac/matrix_lib.h b/deal.II/lac/include/lac/matrix_lib.h index 3cb932683f..5dbe026c3e 100644 --- a/deal.II/lac/include/lac/matrix_lib.h +++ b/deal.II/lac/include/lac/matrix_lib.h @@ -1,5 +1,15 @@ -// $Id$ - +//--------------------------------------------------------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//--------------------------------------------------------------------------- #ifndef __deal2__matrix_lib_h #define __deal2__matrix_lib_h @@ -277,7 +287,7 @@ class MeanValueFilter : public Subscriptor }; /*@}*/ -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template template @@ -356,7 +366,7 @@ ProductMatrix::get () const } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template inline void diff --git a/deal.II/lac/include/lac/matrix_lib.templates.h b/deal.II/lac/include/lac/matrix_lib.templates.h index c318b9e9a3..980c9d05ba 100644 --- a/deal.II/lac/include/lac/matrix_lib.templates.h +++ b/deal.II/lac/include/lac/matrix_lib.templates.h @@ -1,15 +1,15 @@ -//---------------------------- vector.templates.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2002, 2003 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector.templates.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__matrix_lib_templates_h #define __deal2__matrix_lib_templates_h diff --git a/deal.II/lac/include/lac/matrix_out.h b/deal.II/lac/include/lac/matrix_out.h index e7f2aa8b61..b19f73933c 100644 --- a/deal.II/lac/include/lac/matrix_out.h +++ b/deal.II/lac/include/lac/matrix_out.h @@ -1,15 +1,15 @@ -//---------------------------- matrix_out.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- matrix_out.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__matrix_out_h #define __deal2__matrix_out_h diff --git a/deal.II/lac/include/lac/petsc_block_sparse_matrix.h b/deal.II/lac/include/lac/petsc_block_sparse_matrix.h index 6eb486aaff..8f6deb05f1 100644 --- a/deal.II/lac/include/lac/petsc_block_sparse_matrix.h +++ b/deal.II/lac/include/lac/petsc_block_sparse_matrix.h @@ -1,4 +1,4 @@ -//---------------------------- petsc_block_sparse_matrix.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_block_sparse_matrix.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_block_sparse_matrix_h #define __deal2__petsc_block_sparse_matrix_h diff --git a/deal.II/lac/include/lac/petsc_block_vector.h b/deal.II/lac/include/lac/petsc_block_vector.h index 4588a1ea69..8960a3ede1 100644 --- a/deal.II/lac/include/lac/petsc_block_vector.h +++ b/deal.II/lac/include/lac/petsc_block_vector.h @@ -1,4 +1,4 @@ -//---------------------------- petsc_block_vector.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_block_vector.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_block_vector_h #define __deal2__petsc_block_vector_h diff --git a/deal.II/lac/include/lac/petsc_full_matrix.h b/deal.II/lac/include/lac/petsc_full_matrix.h index 5c534bb4ff..903d09f96e 100644 --- a/deal.II/lac/include/lac/petsc_full_matrix.h +++ b/deal.II/lac/include/lac/petsc_full_matrix.h @@ -1,4 +1,4 @@ -//---------------------------- petsc_full_matrix.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_full_matrix.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_full_matrix_h #define __deal2__petsc_full_matrix_h diff --git a/deal.II/lac/include/lac/petsc_matrix_base.h b/deal.II/lac/include/lac/petsc_matrix_base.h index 647a592758..df58d602c7 100644 --- a/deal.II/lac/include/lac/petsc_matrix_base.h +++ b/deal.II/lac/include/lac/petsc_matrix_base.h @@ -1,15 +1,15 @@ -//---------------------------- petsc_matrix_base.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2004 by the deal.II authors +// Copyright (C) 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_matrix_base.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_matrix_base_h #define __deal2__petsc_matrix_base_h diff --git a/deal.II/lac/include/lac/petsc_parallel_block_sparse_matrix.h b/deal.II/lac/include/lac/petsc_parallel_block_sparse_matrix.h index 4758a7240a..f9c044bfac 100644 --- a/deal.II/lac/include/lac/petsc_parallel_block_sparse_matrix.h +++ b/deal.II/lac/include/lac/petsc_parallel_block_sparse_matrix.h @@ -1,4 +1,4 @@ -//---------------------------- petsc_parallel_block_sparse_matrix.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_parallel_block_sparse_matrix.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_parallel_block_sparse_matrix_h #define __deal2__petsc_parallel_block_sparse_matrix_h diff --git a/deal.II/lac/include/lac/petsc_parallel_block_vector.h b/deal.II/lac/include/lac/petsc_parallel_block_vector.h index 9c5b5e9691..5ada22cbbf 100644 --- a/deal.II/lac/include/lac/petsc_parallel_block_vector.h +++ b/deal.II/lac/include/lac/petsc_parallel_block_vector.h @@ -1,4 +1,4 @@ -//---------------------------- petsc_parallel_block_vector.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_parallel_block_vector.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_parallel_block_vector_h #define __deal2__petsc_parallel_block_vector_h diff --git a/deal.II/lac/include/lac/petsc_parallel_sparse_matrix.h b/deal.II/lac/include/lac/petsc_parallel_sparse_matrix.h index 33187c78b7..7f3c4b9e0c 100644 --- a/deal.II/lac/include/lac/petsc_parallel_sparse_matrix.h +++ b/deal.II/lac/include/lac/petsc_parallel_sparse_matrix.h @@ -1,4 +1,4 @@ -//---------------------------- petsc_parallel_sparse_matrix.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_parallel_sparse_matrix.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_parallel_sparse_matrix_h #define __deal2__petsc_parallel_sparse_matrix_h diff --git a/deal.II/lac/include/lac/petsc_parallel_vector.h b/deal.II/lac/include/lac/petsc_parallel_vector.h index 42ea2b1330..deb0d069b0 100644 --- a/deal.II/lac/include/lac/petsc_parallel_vector.h +++ b/deal.II/lac/include/lac/petsc_parallel_vector.h @@ -1,4 +1,4 @@ -//---------------------------- petsc_parallel_vector.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_parallel_vector.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_parallel_vector_h #define __deal2__petsc_parallel_vector_h diff --git a/deal.II/lac/include/lac/petsc_precondition.h b/deal.II/lac/include/lac/petsc_precondition.h index d725c65313..37043ec6f0 100644 --- a/deal.II/lac/include/lac/petsc_precondition.h +++ b/deal.II/lac/include/lac/petsc_precondition.h @@ -1,4 +1,4 @@ -//---------------------------- petsc_precondition.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_precondition.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_precondition_h #define __deal2__petsc_precondition_h diff --git a/deal.II/lac/include/lac/petsc_solver.h b/deal.II/lac/include/lac/petsc_solver.h index 31230732db..5cb1d18b51 100644 --- a/deal.II/lac/include/lac/petsc_solver.h +++ b/deal.II/lac/include/lac/petsc_solver.h @@ -1,4 +1,4 @@ -//---------------------------- petsc_solver.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_solver.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_solver_h #define __deal2__petsc_solver_h diff --git a/deal.II/lac/include/lac/petsc_sparse_matrix.h b/deal.II/lac/include/lac/petsc_sparse_matrix.h index 45ce728f06..649c893746 100644 --- a/deal.II/lac/include/lac/petsc_sparse_matrix.h +++ b/deal.II/lac/include/lac/petsc_sparse_matrix.h @@ -1,4 +1,4 @@ -//---------------------------- petsc_sparse_matrix.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_sparse_matrix.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_sparse_matrix_h #define __deal2__petsc_sparse_matrix_h diff --git a/deal.II/lac/include/lac/petsc_vector.h b/deal.II/lac/include/lac/petsc_vector.h index 39de2f2789..74fb952dc9 100644 --- a/deal.II/lac/include/lac/petsc_vector.h +++ b/deal.II/lac/include/lac/petsc_vector.h @@ -1,4 +1,4 @@ -//---------------------------- petsc_vector.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_vector.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_vector_h #define __deal2__petsc_vector_h diff --git a/deal.II/lac/include/lac/petsc_vector_base.h b/deal.II/lac/include/lac/petsc_vector_base.h index 751efd0ca4..974471f92e 100644 --- a/deal.II/lac/include/lac/petsc_vector_base.h +++ b/deal.II/lac/include/lac/petsc_vector_base.h @@ -1,4 +1,4 @@ -//---------------------------- petsc_vector_base.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- petsc_vector_base.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__petsc_vector_base_h #define __deal2__petsc_vector_base_h diff --git a/deal.II/lac/include/lac/pointer_matrix.h b/deal.II/lac/include/lac/pointer_matrix.h index 29a864680c..ea616cea75 100644 --- a/deal.II/lac/include/lac/pointer_matrix.h +++ b/deal.II/lac/include/lac/pointer_matrix.h @@ -1,5 +1,15 @@ -// $Id$ - +//--------------------------------------------------------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//--------------------------------------------------------------------------- #ifndef __deal2__pointer_matrix_h #define __deal2__pointer_matrix_h @@ -214,7 +224,7 @@ new_pointer_matrix_base(MATRIX& matrix, const VECTOR&) } /*@}*/ -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template inline diff --git a/deal.II/lac/include/lac/precondition.h b/deal.II/lac/include/lac/precondition.h index b9da26fe34..f2452d66b6 100644 --- a/deal.II/lac/include/lac/precondition.h +++ b/deal.II/lac/include/lac/precondition.h @@ -1,15 +1,15 @@ -//---------------------------- precondition.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- precondition.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__precondition_h #define __deal2__precondition_h @@ -740,7 +740,7 @@ PreconditionIdentity::Tvmult_add (VECTOR &dst, const VECTOR &src) const dst.add(src); } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- inline PreconditionRichardson::AdditionalData::AdditionalData ( @@ -813,7 +813,7 @@ PreconditionRichardson::Tvmult_add (VECTOR &dst, const VECTOR &src) const dst.add(relaxation,src); } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template inline void @@ -824,7 +824,7 @@ PreconditionRelaxation::initialize (const MATRIX &rA, relaxation = parameters.relaxation; } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template template @@ -847,7 +847,7 @@ PreconditionJacobi::Tvmult (VECTOR &dst, const VECTOR &src) const } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template template @@ -870,7 +870,7 @@ PreconditionSOR::Tvmult (VECTOR &dst, const VECTOR &src) const } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template template @@ -893,7 +893,7 @@ PreconditionSSOR::Tvmult (VECTOR &dst, const VECTOR &src) const } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template inline void @@ -932,7 +932,7 @@ PreconditionPSOR::Tvmult (VECTOR &dst, const VECTOR &src) const } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template @@ -952,7 +952,7 @@ PreconditionUseMatrix::vmult (VECTOR &dst, (matrix.*precondition)(dst, src); } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template inline diff --git a/deal.II/lac/include/lac/precondition_block.h b/deal.II/lac/include/lac/precondition_block.h index 9fe2a9f14b..d01d01f669 100644 --- a/deal.II/lac/include/lac/precondition_block.h +++ b/deal.II/lac/include/lac/precondition_block.h @@ -1,15 +1,15 @@ -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__precondition_block_h #define __deal2__precondition_block_h @@ -925,7 +925,7 @@ class PreconditionBlockSSOR : public virtual Subscriptor, }; /*@}*/ -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template inline @@ -982,7 +982,7 @@ PreconditionBlock::el ( return B(ib, jb); } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template inline diff --git a/deal.II/lac/include/lac/precondition_block.templates.h b/deal.II/lac/include/lac/precondition_block.templates.h index 2dd1bd3c08..197f6ecd04 100644 --- a/deal.II/lac/include/lac/precondition_block.templates.h +++ b/deal.II/lac/include/lac/precondition_block.templates.h @@ -1,15 +1,15 @@ -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__precondition_block_templates_h #define __deal2__precondition_block_templates_h @@ -788,7 +788,7 @@ void PreconditionBlockSOR } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template diff --git a/deal.II/lac/include/lac/precondition_selector.h b/deal.II/lac/include/lac/precondition_selector.h index e1a442416c..20aa33d631 100644 --- a/deal.II/lac/include/lac/precondition_selector.h +++ b/deal.II/lac/include/lac/precondition_selector.h @@ -1,15 +1,15 @@ -//---------------------------- precondition_selector.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- precondition_selector.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__precondition_selector_h #define __deal2__precondition_selector_h diff --git a/deal.II/lac/include/lac/schur_matrix.h b/deal.II/lac/include/lac/schur_matrix.h index 96ddf15750..bb5c95ceec 100644 --- a/deal.II/lac/include/lac/schur_matrix.h +++ b/deal.II/lac/include/lac/schur_matrix.h @@ -1,15 +1,15 @@ -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__schur_matrix_h #define __deal2__schur_matrix_h @@ -213,7 +213,7 @@ class SchurMatrix : }; /*@}*/ -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template SchurMatrix diff --git a/deal.II/lac/include/lac/shifted_matrix.h b/deal.II/lac/include/lac/shifted_matrix.h index 8ef9c3c097..ff1afc2a1b 100644 --- a/deal.II/lac/include/lac/shifted_matrix.h +++ b/deal.II/lac/include/lac/shifted_matrix.h @@ -1,4 +1,4 @@ -//---------------------------- eigen.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- eigen.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__shifted_matrix_h #define __deal2__shifted_matrix_h @@ -144,7 +144,7 @@ class ShiftedMatrixGeneralized /*@}*/ -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template inline @@ -198,7 +198,7 @@ ShiftedMatrix::residual (VECTOR& dst, } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template inline ShiftedMatrixGeneralized diff --git a/deal.II/lac/include/lac/solver.h b/deal.II/lac/include/lac/solver.h index 2bab4e84fb..aa46e4b68d 100644 --- a/deal.II/lac/include/lac/solver.h +++ b/deal.II/lac/include/lac/solver.h @@ -1,4 +1,4 @@ -//---------------------------- solver.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- solver.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__solver_h #define __deal2__solver_h diff --git a/deal.II/lac/include/lac/solver_bicgstab.h b/deal.II/lac/include/lac/solver_bicgstab.h index 7058d9adfd..36a0ce5ff8 100644 --- a/deal.II/lac/include/lac/solver_bicgstab.h +++ b/deal.II/lac/include/lac/solver_bicgstab.h @@ -1,15 +1,15 @@ -//---------------------------- solver_bicgstab.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- solver_bicgstab.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__solver_bicgstab_h #define __deal2__solver_bicgstab_h diff --git a/deal.II/lac/include/lac/solver_cg.h b/deal.II/lac/include/lac/solver_cg.h index 21d6095e99..d674f85e7d 100644 --- a/deal.II/lac/include/lac/solver_cg.h +++ b/deal.II/lac/include/lac/solver_cg.h @@ -1,4 +1,4 @@ -//---------------------------- solver_cg.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- solver_cg.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__solver_cg_h #define __deal2__solver_cg_h diff --git a/deal.II/lac/include/lac/solver_control.h b/deal.II/lac/include/lac/solver_control.h index da5f2d7ba4..54ba83f75f 100644 --- a/deal.II/lac/include/lac/solver_control.h +++ b/deal.II/lac/include/lac/solver_control.h @@ -1,4 +1,4 @@ -//---------------------------- solver_control.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- solver_control.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__solver_control_h #define __deal2__solver_control_h @@ -451,7 +451,7 @@ class ReductionControl : public SolverControl }; /*@}*/ -//------------------------------------------------------------// +//--------------------------------------------------------------------------- inline unsigned int diff --git a/deal.II/lac/include/lac/solver_minres.h b/deal.II/lac/include/lac/solver_minres.h index 9abdff0bf4..6d8d2d1e12 100644 --- a/deal.II/lac/include/lac/solver_minres.h +++ b/deal.II/lac/include/lac/solver_minres.h @@ -1,15 +1,15 @@ -//---------------------------- solver_minres.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- solver_minres.h ----------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__solver_minres_h #define __deal2__solver_minres_h diff --git a/deal.II/lac/include/lac/solver_qmrs.h b/deal.II/lac/include/lac/solver_qmrs.h index 4a1b6a7890..f98e82d801 100644 --- a/deal.II/lac/include/lac/solver_qmrs.h +++ b/deal.II/lac/include/lac/solver_qmrs.h @@ -1,15 +1,15 @@ -//---------------------------- solver_qmrs.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- solver_qmrs.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__solver_qmrs_h #define __deal2__solver_qmrs_h diff --git a/deal.II/lac/include/lac/solver_selector.h b/deal.II/lac/include/lac/solver_selector.h index fbff18aefd..3ae5357b51 100644 --- a/deal.II/lac/include/lac/solver_selector.h +++ b/deal.II/lac/include/lac/solver_selector.h @@ -1,15 +1,15 @@ -//---------------------------- solver_selector.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- solver_selector.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__solver_selector_h #define __deal2__solver_selector_h diff --git a/deal.II/lac/include/lac/sparse_decomposition.h b/deal.II/lac/include/lac/sparse_decomposition.h index ce6fec5f0d..d6a753b45b 100644 --- a/deal.II/lac/include/lac/sparse_decomposition.h +++ b/deal.II/lac/include/lac/sparse_decomposition.h @@ -1,8 +1,8 @@ -//---------------------- sparse_decomposition.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 +// Copyright (C) 2002, 2003, 2004 by the deal.II authors // by the deal.II authors and Stephen "Cheffo" Kolaroff // // This file is subject to QPL and may not be distributed @@ -10,7 +10,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//--------------------- sparse_decomposition.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparse_decomposition_h #define __deal2__sparse_decomposition_h @@ -432,7 +432,7 @@ class SparseLUDecomposition : protected SparseMatrix, }; /*@}*/ -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template inline number @@ -463,7 +463,7 @@ SparseLUDecomposition::empty () const -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template diff --git a/deal.II/lac/include/lac/sparse_decomposition.templates.h b/deal.II/lac/include/lac/sparse_decomposition.templates.h index 589c4b51ac..f680dffe52 100644 --- a/deal.II/lac/include/lac/sparse_decomposition.templates.h +++ b/deal.II/lac/include/lac/sparse_decomposition.templates.h @@ -1,5 +1,5 @@ -//--------------------- sparse_decomposition.templates.h ---------------- -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 +//--------------------------------------------------------------------------- +// Copyright (C) 2002, 2003, 2004 by the deal.II authors // by the deal.II authors and Stephen "Cheffo" Kolaroff // // This file is subject to QPL and may not be distributed @@ -7,7 +7,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//--------------------- sparse_decomposition.templates.h ---------------- +//--------------------------------------------------------------------------- #include #include diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index b44ac9dba2..94a5de6694 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -1,15 +1,15 @@ -//---------------------------- sparse_direct.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_direct.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparse_direct_h #define __deal2__sparse_direct_h diff --git a/deal.II/lac/include/lac/sparse_ilu.h b/deal.II/lac/include/lac/sparse_ilu.h index 0d3da2b1d4..052daf566a 100644 --- a/deal.II/lac/include/lac/sparse_ilu.h +++ b/deal.II/lac/include/lac/sparse_ilu.h @@ -1,5 +1,5 @@ -//---------------------------- sparse_ilu.h --------------------------- -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 +//--------------------------------------------------------------------------- +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // by the deal.II authors and Stephen "Cheffo" Kolaroff // // This file is subject to QPL and may not be distributed @@ -7,7 +7,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_ilu.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparse_ilu_h #define __deal2__sparse_ilu_h @@ -186,7 +186,7 @@ class SparseILU : public SparseLUDecomposition }; /*@}*/ -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template template diff --git a/deal.II/lac/include/lac/sparse_ilu.templates.h b/deal.II/lac/include/lac/sparse_ilu.templates.h index 7949ac077a..964bd7555c 100644 --- a/deal.II/lac/include/lac/sparse_ilu.templates.h +++ b/deal.II/lac/include/lac/sparse_ilu.templates.h @@ -1,5 +1,5 @@ -//---------------------------- sparse_ilu.templates.h --------------------------- -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 +//--------------------------------------------------------------------------- +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // by the deal.II authors and Stephen "Cheffo" Kolaroff // // This file is subject to QPL and may not be distributed @@ -7,7 +7,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_ilu.templates.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparse_ilu_templates_h #define __deal2__sparse_ilu_templates_h diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index 0377668d87..d178061b83 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -1,15 +1,15 @@ -//---------------------------- sparse_matrix.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_matrix.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparse_matrix_h #define __deal2__sparse_matrix_h @@ -1884,7 +1884,7 @@ SparseMatrix::copy_from (const ForwardIterator begin, } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- namespace internals diff --git a/deal.II/lac/include/lac/sparse_matrix.templates.h b/deal.II/lac/include/lac/sparse_matrix.templates.h index 5c7bc17900..07d911fe48 100644 --- a/deal.II/lac/include/lac/sparse_matrix.templates.h +++ b/deal.II/lac/include/lac/sparse_matrix.templates.h @@ -1,15 +1,15 @@ -//---------------------------- sparse_matrix.templates.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_matrix.templates.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparse_matrix_templates_h #define __deal2__sparse_matrix_templates_h diff --git a/deal.II/lac/include/lac/sparse_matrix_ez.h b/deal.II/lac/include/lac/sparse_matrix_ez.h index a3497ca429..0dd8b04093 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.h +++ b/deal.II/lac/include/lac/sparse_matrix_ez.h @@ -1,4 +1,4 @@ -//---------------------------- sparse_matrix_ez.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_matrix_ez.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparse_matrix_ez_h #define __deal2__sparse_matrix_ez_h @@ -1141,7 +1141,7 @@ SparseMatrixEZ::RowInfo::RowInfo(unsigned int start) {} -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template inline SparseMatrixEZ::const_iterator::Accessor:: @@ -1306,7 +1306,7 @@ operator < (const const_iterator& other) const } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template inline unsigned int SparseMatrixEZ::m () const diff --git a/deal.II/lac/include/lac/sparse_matrix_ez.templates.h b/deal.II/lac/include/lac/sparse_matrix_ez.templates.h index 253ec934f8..87c16e62f9 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.templates.h +++ b/deal.II/lac/include/lac/sparse_matrix_ez.templates.h @@ -1,4 +1,4 @@ -//---------------------------- sparse_matrix_ez.templates.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_matrix_ez.templates.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparse_matrix_ez_templates_h #define __deal2__sparse_matrix_ez_templates_h @@ -21,7 +21,7 @@ #include #include -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template SparseMatrixEZ::SparseMatrixEZ() diff --git a/deal.II/lac/include/lac/sparse_mic.h b/deal.II/lac/include/lac/sparse_mic.h index 1b0711d6cf..cfc20940ff 100644 --- a/deal.II/lac/include/lac/sparse_mic.h +++ b/deal.II/lac/include/lac/sparse_mic.h @@ -1,5 +1,5 @@ -//---------------------------- sparse_mic.h --------------------------- -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 +//--------------------------------------------------------------------------- +// Copyright (C) 2002, 2003, 2004 by the deal.II authors // by the deal.II authors and Stephen "Cheffo" Kolaroff // // This file is subject to QPL and may not be distributed @@ -7,7 +7,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_mic.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparse_mic_h #define __deal2__sparse_mic_h diff --git a/deal.II/lac/include/lac/sparse_mic.templates.h b/deal.II/lac/include/lac/sparse_mic.templates.h index 2660007724..e4aa87f428 100644 --- a/deal.II/lac/include/lac/sparse_mic.templates.h +++ b/deal.II/lac/include/lac/sparse_mic.templates.h @@ -1,5 +1,5 @@ -//---------------------------- sparse_mic.templates.h --------------------------- -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 +//--------------------------------------------------------------------------- +// Copyright (C) 2002, 2003, 2004 by the deal.II authors // by the deal.II authors and Stephen "Cheffo" Kolaroff // // This file is subject to QPL and may not be distributed @@ -7,7 +7,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_mic.templates.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparse_mic_templates_h #define __deal2__sparse_mic_templates_h diff --git a/deal.II/lac/include/lac/sparse_vanka.h b/deal.II/lac/include/lac/sparse_vanka.h index db227ea421..ea5cd7d2d2 100644 --- a/deal.II/lac/include/lac/sparse_vanka.h +++ b/deal.II/lac/include/lac/sparse_vanka.h @@ -1,15 +1,15 @@ -//---------------------------- sparse_vanka.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_vanka.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparse_vanka_h #define __deal2__sparse_vanka_h diff --git a/deal.II/lac/include/lac/sparse_vanka.templates.h b/deal.II/lac/include/lac/sparse_vanka.templates.h index 728af43242..384d8bf853 100644 --- a/deal.II/lac/include/lac/sparse_vanka.templates.h +++ b/deal.II/lac/include/lac/sparse_vanka.templates.h @@ -1,15 +1,15 @@ -//---------------------------- sparse_vanka.templates.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_vanka.templates.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparse_vanka_templates_h #define __deal2__sparse_vanka_templates_h diff --git a/deal.II/lac/include/lac/sparsity_pattern.h b/deal.II/lac/include/lac/sparsity_pattern.h index d3552b6aac..cf2c5ea4a4 100644 --- a/deal.II/lac/include/lac/sparsity_pattern.h +++ b/deal.II/lac/include/lac/sparsity_pattern.h @@ -1,15 +1,15 @@ -//---------------------------- sparsity_pattern.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparsity_pattern.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__sparsity_pattern_h #define __deal2__sparsity_pattern_h diff --git a/deal.II/lac/include/lac/swappable_vector.h b/deal.II/lac/include/lac/swappable_vector.h index ada5695993..2d12ae15f1 100644 --- a/deal.II/lac/include/lac/swappable_vector.h +++ b/deal.II/lac/include/lac/swappable_vector.h @@ -1,15 +1,15 @@ -//---------------------------- swappable_vector.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- swappable_vector.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__swappable_vector_h #define __deal2__swappable_vector_h diff --git a/deal.II/lac/include/lac/swappable_vector.templates.h b/deal.II/lac/include/lac/swappable_vector.templates.h index 6fd97f2e50..eef0cce0fd 100644 --- a/deal.II/lac/include/lac/swappable_vector.templates.h +++ b/deal.II/lac/include/lac/swappable_vector.templates.h @@ -1,15 +1,15 @@ -//---------------------------- swappable_vector.templates.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- swappable_vector.templates.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__swappable_vector_templates_h #define __deal2__swappable_vector_templates_h diff --git a/deal.II/lac/include/lac/tridiagonal_matrix.h b/deal.II/lac/include/lac/tridiagonal_matrix.h index 64a7fd9c75..43a92d4ca8 100644 --- a/deal.II/lac/include/lac/tridiagonal_matrix.h +++ b/deal.II/lac/include/lac/tridiagonal_matrix.h @@ -1,15 +1,15 @@ -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__tridiagonal_matrix_h #define __deal2__tridiagonal_matrix_h @@ -337,7 +337,7 @@ class TridiagonalMatrix std::vector right; }; -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- ///@if NoDoc template diff --git a/deal.II/lac/include/lac/vector.h b/deal.II/lac/include/lac/vector.h index 37bdde6d77..02e9305be5 100644 --- a/deal.II/lac/include/lac/vector.h +++ b/deal.II/lac/include/lac/vector.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 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/lac/include/lac/vector.templates.h b/deal.II/lac/include/lac/vector.templates.h index f869714002..446c130bc8 100644 --- a/deal.II/lac/include/lac/vector.templates.h +++ b/deal.II/lac/include/lac/vector.templates.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 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/lac/include/lac/vector_memory.h b/deal.II/lac/include/lac/vector_memory.h index f72e771782..2073120f3c 100644 --- a/deal.II/lac/include/lac/vector_memory.h +++ b/deal.II/lac/include/lac/vector_memory.h @@ -1,4 +1,4 @@ -//---------------------------- vector_memory.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_memory.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__vector_memory_h #define __deal2__vector_memory_h -- 2.39.5