From 6a366c476a5af0d2d465f8c1457b1ceec97918f6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 21 Feb 2013 00:01:52 +0000 Subject: [PATCH] Remove more unused stuff. git-svn-id: https://svn.dealii.org/trunk@28498 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/iterative_inverse.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/deal.II/include/deal.II/lac/iterative_inverse.h b/deal.II/include/deal.II/lac/iterative_inverse.h index 3e1e5af96d..9d0d38e8da 100644 --- a/deal.II/include/deal.II/lac/iterative_inverse.h +++ b/deal.II/include/deal.II/lac/iterative_inverse.h @@ -14,8 +14,6 @@ #include #include -//#include -//#include #include #include #include @@ -114,15 +112,6 @@ private: * The preconditioner to use. */ std_cxx1x::shared_ptr > preconditioner; - /** - * The transpose of the matrix in use. - */ - std_cxx1x::shared_ptr > transpose_matrix; - - /** - * The transpose of the preconditioner to use. - */ - std_cxx1x::shared_ptr > transpose_preconditioner; }; -- 2.39.5