From 2a6e17f95fee665afdade094003a982515cb8867 Mon Sep 17 00:00:00 2001 From: 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