From: wolf Date: Tue, 18 Feb 2003 00:44:23 +0000 (+0000) Subject: Ack, this file is and needs to be included more than once. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e5ab25c5516ac97f6c970a1f7b0cbb10c4ef40;p=dealii-svn.git 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 --- 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