From: heister Date: Wed, 28 Aug 2013 19:47:50 +0000 (+0000) Subject: remove some leftover class in generic_linear_algebra X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32d921ef9c6b267770f80cf22ece7e9d24f6b4d;p=dealii-svn.git remove some leftover class in generic_linear_algebra git-svn-id: https://svn.dealii.org/trunk@30522 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/generic_linear_algebra.h b/deal.II/include/deal.II/lac/generic_linear_algebra.h index 293daf6b76..765337da13 100644 --- a/deal.II/include/deal.II/lac/generic_linear_algebra.h +++ b/deal.II/include/deal.II/lac/generic_linear_algebra.h @@ -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