From 24a9f46762bceda6d51d27147cd0584ef9314b29 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 21 May 2002 06:48:12 +0000 Subject: [PATCH] Undo new test, as that cannot be fixed on the mainline at present. The problems are too pervasive, but I fixed them on a branch. The new tests will show up once the branch is merged. git-svn-id: https://svn.dealii.org/trunk@5857 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/fe_data_test.cc | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tests/fe/fe_data_test.cc b/tests/fe/fe_data_test.cc index fb0c4045ec..73a082b77a 100644 --- a/tests/fe/fe_data_test.cc +++ b/tests/fe/fe_data_test.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -19,7 +19,6 @@ #include #include #include -#include #include @@ -41,15 +40,6 @@ void test_fe_datas() FE_Q (3), 1)); fe_datas.push_back(new FESystem(FE_Q (4), 2)); } - // have systems of systems - fe_datas.push_back (new FESystem (FESystem (FE_Q(2),2),2)); - fe_datas.push_back (new FESystem (FESystem (FE_DGQ(0),2),1, - FESystem (FE_DGQ(1),2),1)); -// fe_datas.push_back (new FESystem (FESystem (FE_Q(1),1, -// FE_Q(2),1),1, -// FESystem (FE_Q(2),2),1, -// FESystem (FE_DGQ(2),2),1)); - deallog << std::endl << "dim=" << dim << std::endl; for (unsigned int n=0; n