From cd2bca6d1bba36c63633b43482bfa6a169f5029f Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 28 Aug 2013 19:47:50 +0000 Subject: [PATCH] remove some leftover class in generic_linear_algebra git-svn-id: https://svn.dealii.org/trunk@30522 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/lac/generic_linear_algebra.h | 26 ------------------- 1 file changed, 26 deletions(-) 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 -- 2.39.5