]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove some leftover class in generic_linear_algebra
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 28 Aug 2013 19:47:50 +0000 (19:47 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 28 Aug 2013 19:47:50 +0000 (19:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@30522 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/generic_linear_algebra.h

index 293daf6b76783a5210fc7b76f083b9fa09998a4e..765337da13a988cbd4ec7f37e08ee583b2c51c32 100644 (file)
@@ -39,32 +39,6 @@ namespace LinearAlgebraDealII
 }
 
 
-// Dummy class. This used to check your program
-// to make sure it is compatible with all
-// linear algebra classes. In other words,
-// this is the minimal interface.
-// TODO: should we move this into tests/ only?
-namespace LinearAlgebraDummy
-{
-  class Vector
-  {
-    void compress();
-  };
-  class BlockVector
-  {
-    void compress();
-  };
-
-  class SparseMatrix
-  {
-    void compress();
-  };
-
-  class PreconditionSSOR {};
-
-}
-
-
 DEAL_II_NAMESPACE_CLOSE
 
 

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.