From b22e0d3aa903a12343b9716dc46ff4d30bbce910 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 22 May 2003 15:18:39 +0000 Subject: [PATCH] Small clean-up. git-svn-id: https://svn.dealii.org/trunk@7670 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_decomposition.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 (); /** -- 2.39.5