From: wolf Date: Thu, 22 May 2003 15:18:39 +0000 (+0000) Subject: Small clean-up. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c87547b61c5840f2e662fdacecfafdb7e7f0a507;p=dealii-svn.git Small clean-up. git-svn-id: https://svn.dealii.org/trunk@7670 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_decomposition.h b/deal.II/lac/include/lac/sparse_decomposition.h index 5ba88fd694..86224dbb88 100644 --- a/deal.II/lac/include/lac/sparse_decomposition.h +++ b/deal.II/lac/include/lac/sparse_decomposition.h @@ -114,9 +114,7 @@ * If an exception is thrown by method other than @p{vmult}, this * object may be left in an inconsistent state. * - * @author Stephen "Cheffo" Kolaroff, 2002, based on SparseILU - * implementation by Wolfgang Bangerth; unified interface: Ralf - * Hartmann, 2003 + * @author Stephen "Cheffo" Kolaroff, 2002, based on SparseILU implementation by Wolfgang Bangerth; unified interface: Ralf Hartmann, 2003 */ template class SparseLUDecomposition : protected SparseMatrix, @@ -284,7 +282,6 @@ class SparseLUDecomposition : protected SparseMatrix, * compability. It will be removed * in later versions. */ - void reinit (); /**