From: Wolfgang Bangerth Date: Thu, 21 Feb 2013 00:01:52 +0000 (+0000) Subject: Remove more unused stuff. X-Git-Tag: v8.0.0~1209 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a366c476a5af0d2d465f8c1457b1ceec97918f6;p=dealii.git Remove more unused stuff. git-svn-id: https://svn.dealii.org/trunk@28498 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; };