From: Wolfgang Bangerth Date: Fri, 4 Oct 2002 19:06:28 +0000 (+0000) Subject: Put in an #endif. Hope it will do the job... X-Git-Tag: v8.0.0~17372 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24209228bce1d17541b79ae1f964944b03bb2d15;p=dealii.git Put in an #endif. Hope it will do the job... git-svn-id: https://svn.dealii.org/trunk@6613 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_sparse_matrix_ez.h b/deal.II/lac/include/lac/block_sparse_matrix_ez.h index 5caa44322a..a2a4443320 100644 --- a/deal.II/lac/include/lac/block_sparse_matrix_ez.h +++ b/deal.II/lac/include/lac/block_sparse_matrix_ez.h @@ -483,3 +483,6 @@ BlockSparseMatrix::Tvmult_add (BlockVector &dst, src.block(row)); }; }; + + +#endif //__deal2__block_sparse_matrix_ez_h