]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add include guards.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Feb 2003 21:41:45 +0000 (21:41 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Feb 2003 21:41:45 +0000 (21:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@7133 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_matrix.2.templates

index a68e1bea80cdc9f08d9fa28fbcaa0e44a2f49b05..432566b987b1eac67b33884b9addbffd1ad78dc0 100644 (file)
@@ -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<TYPEMAT>::SSOR_step<TYPE2> (Vector<TYPE2> &,
                                                       const TYPEMAT) const;
 
 
+#endif // __deal2__sparse_matrix_2_templates

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.