From a643608664a46cb181ebc7588425142ddc79f65a Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 1 Aug 2003 23:46:11 +0000 Subject: [PATCH] wrong command header git-svn-id: https://svn.dealii.org/trunk@7897 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_decomposition.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/sparse_decomposition.h b/deal.II/lac/include/lac/sparse_decomposition.h index fbccde398c..c26bdc6a35 100644 --- a/deal.II/lac/include/lac/sparse_decomposition.h +++ b/deal.II/lac/include/lac/sparse_decomposition.h @@ -1,4 +1,7 @@ //---------------------- sparse_decomposition.h --------------------------- +// $Id$ +// Version: $Name$ +// // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 // by the deal.II authors and Stephen "Cheffo" Kolaroff // @@ -426,7 +429,7 @@ class SparseLUDecomposition : protected SparseMatrix, * given to this class. Then, a * @p{SparsityPattern} is created * and is passed down to the - * @{SparseMatrix} base class. + * @p{SparseMatrix} base class. * * Nevertheless, the * @p{SparseLUDecomposition} -- 2.39.5