From 60e5ab25c5516ac97f6c970a1f7b0cbb10c4ef40 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 18 Feb 2003 00:44:23 +0000 Subject: [PATCH] Ack, this file is and needs to be included more than once. git-svn-id: https://svn.dealii.org/trunk@7137 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.2.templates | 5 ----- deal.II/lac/include/lac/sparse_matrix_ez.2.templates | 3 --- 2 files changed, 8 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_matrix.2.templates b/deal.II/lac/include/lac/sparse_matrix.2.templates index 432566b987..caa15d8dcb 100644 --- a/deal.II/lac/include/lac/sparse_matrix.2.templates +++ b/deal.II/lac/include/lac/sparse_matrix.2.templates @@ -11,9 +11,6 @@ // //---------------------------- sparse_matrix.2.templates --------------------------- -#ifndef __deal2__sparse_matrix_2_templates -#define __deal2__sparse_matrix_2_templates - // Driver file for SparseMatrix functions with two types. @@ -79,5 +76,3 @@ template void SparseMatrix::SSOR_step (Vector &, const Vector &, const TYPEMAT) const; - -#endif // __deal2__sparse_matrix_2_templates 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 68732ff8e0..ae08517b39 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.2.templates +++ b/deal.II/lac/include/lac/sparse_matrix_ez.2.templates @@ -10,8 +10,6 @@ // 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 @@ -65,4 +63,3 @@ template void SparseMatrixEZ::precondition_Jacobi (Vector const Vector &, const TYPEMAT) const; -#endif // __deal2__sparse_matrix_ez_2_templates -- 2.39.5