From 191f466a2bb798fa1fb12a6d48483baf8e567b7c Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 17 Feb 2003 21:40:50 +0000 Subject: [PATCH] Header was wrong. git-svn-id: https://svn.dealii.org/trunk@7132 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix_ez.2.templates | 9 ++++++--- deal.II/lac/include/lac/sparse_matrix_ez.h | 6 +++--- deal.II/lac/source/sparse_matrix_ez.double.cc | 6 +++--- deal.II/lac/source/sparse_matrix_ez.float.cc | 6 +++--- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_matrix_ez.2.templates b/deal.II/lac/include/lac/sparse_matrix_ez.2.templates index 9423287001..68732ff8e0 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.2.templates +++ b/deal.II/lac/include/lac/sparse_matrix_ez.2.templates @@ -1,15 +1,17 @@ -//--------------------------------------------------------------------------- +//---------------------------- sparse_matrix_ez.2.templates --------------------------- // $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. // -//--------------------------------------------------------------------------- +//---------------------------- sparse_matrix_ez.2.templates --------------------------- +#ifndef __deal2__sparse_matrix_ez_2_templates +#define __deal2__sparse_matrix_ez_2_templates // File copied from sparse_matrix.2.templates and modified @@ -63,3 +65,4 @@ template void SparseMatrixEZ::precondition_Jacobi (Vector const Vector &, const TYPEMAT) const; +#endif // __deal2__sparse_matrix_ez_2_templates diff --git a/deal.II/lac/include/lac/sparse_matrix_ez.h b/deal.II/lac/include/lac/sparse_matrix_ez.h index 517625d1ec..55733e022e 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.h +++ b/deal.II/lac/include/lac/sparse_matrix_ez.h @@ -1,15 +1,15 @@ -//---------------------------- sparse_matrix.h --------------------------- +//---------------------------- sparse_matrix_ez.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. // -//---------------------------- sparse_matrix.h --------------------------- +//---------------------------- sparse_matrix_ez.h --------------------------- #ifndef __deal2__sparse_matrix_ez_h #define __deal2__sparse_matrix_ez_h diff --git a/deal.II/lac/source/sparse_matrix_ez.double.cc b/deal.II/lac/source/sparse_matrix_ez.double.cc index 90ad8d5076..e42957d5e9 100644 --- a/deal.II/lac/source/sparse_matrix_ez.double.cc +++ b/deal.II/lac/source/sparse_matrix_ez.double.cc @@ -1,15 +1,15 @@ -//---------------------------- sparse_matrix.double.cc --------------------------- +//---------------------------- sparse_matrix_ez.double.cc --------------------------- // $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. // -//---------------------------- sparse_matrix.double.cc --------------------------- +//---------------------------- sparse_matrix_ez.double.cc --------------------------- #include diff --git a/deal.II/lac/source/sparse_matrix_ez.float.cc b/deal.II/lac/source/sparse_matrix_ez.float.cc index 88f5d323cd..e20c9c6834 100644 --- a/deal.II/lac/source/sparse_matrix_ez.float.cc +++ b/deal.II/lac/source/sparse_matrix_ez.float.cc @@ -1,15 +1,15 @@ -//---------------------------- sparse_matrix.double.cc --------------------------- +//---------------------------- sparse_matrix_ez.float.cc --------------------------- // $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. // -//---------------------------- sparse_matrix.double.cc --------------------------- +//---------------------------- sparse_matrix_ez.float.cc --------------------------- #include -- 2.39.5