]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove more unused stuff.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Feb 2013 00:01:52 +0000 (00:01 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Feb 2013 00:01:52 +0000 (00:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@28498 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/iterative_inverse.h

index 3e1e5af96dec55d754d331af71a45c6581779eee..9d0d38e8da0adfb272ec71ba01edb2e81a064aa4 100644 (file)
@@ -14,8 +14,6 @@
 
 #include <deal.II/base/config.h>
 #include <deal.II/base/smartpointer.h>
-//#include <deal.II/base/template_constraints.h>
-//#include <deal.II/lac/tridiagonal_matrix.h>
 #include <deal.II/lac/solver_selector.h>
 #include <deal.II/lac/vector_memory.h>
 #include <deal.II/lac/pointer_matrix.h>
@@ -114,15 +112,6 @@ private:
    * The preconditioner to use.
    */
   std_cxx1x::shared_ptr<PointerMatrixBase<VECTOR> > preconditioner;
-  /**
-   * The transpose of the matrix in use.
-   */
-  std_cxx1x::shared_ptr<PointerMatrixBase<VECTOR> > transpose_matrix;
-
-  /**
-   * The transpose of the preconditioner to use.
-   */
-  std_cxx1x::shared_ptr<PointerMatrixBase<VECTOR> > transpose_preconditioner;
 };
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.