From 7e1c6c0f14a65b789f5ed12a1e01bd46673be700 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 17 Feb 2003 21:41:45 +0000 Subject: [PATCH] Add include guards. git-svn-id: https://svn.dealii.org/trunk@7133 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.2.templates | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/sparse_matrix.2.templates b/deal.II/lac/include/lac/sparse_matrix.2.templates index a68e1bea80..432566b987 100644 --- a/deal.II/lac/include/lac/sparse_matrix.2.templates +++ b/deal.II/lac/include/lac/sparse_matrix.2.templates @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 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 @@ -11,6 +11,8 @@ // //---------------------------- sparse_matrix.2.templates --------------------------- +#ifndef __deal2__sparse_matrix_2_templates +#define __deal2__sparse_matrix_2_templates // Driver file for SparseMatrix functions with two types. @@ -78,3 +80,4 @@ template void SparseMatrix::SSOR_step (Vector &, const TYPEMAT) const; +#endif // __deal2__sparse_matrix_2_templates -- 2.39.5