From: Wolfgang Bangerth Date: Mon, 17 Feb 2003 21:41:45 +0000 (+0000) Subject: Add include guards. X-Git-Tag: v8.0.0~16917 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e1c6c0f14a65b789f5ed12a1e01bd46673be700;p=dealii.git Add include guards. git-svn-id: https://svn.dealii.org/trunk@7133 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 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