]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a test that appears no longer useful.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 19 Sep 2010 17:20:15 +0000 (17:20 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 19 Sep 2010 17:20:15 +0000 (17:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@22067 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/fe_collection_01.cc [deleted file]

diff --git a/tests/bits/fe_collection_01.cc b/tests/bits/fe_collection_01.cc
deleted file mode 100644 (file)
index a337f24..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-//----------------------------  fe_collection_01a.cc  ---------------------------
-//    $Id$
-//    Version: $Name$ 
-//
-//    Copyright (C) 2004, 2005 by the deal.II authors
-//
-//    This file is subject to QPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
-//
-//----------------------------  fe_collection_01a.cc  ---------------------------
-
-// FECollection would throw an exception when its destructor is called. Check
-// that this is fixed
-
-#include "../tests.h"
-#include <base/logstream.h>
-#include <grid/tria.h>
-#include <grid/tria_iterator.h>
-#include <grid/grid_generator.h>
-#include <dofs/dof_accessor.h>
-#include <dofs/dof_handler.h>
-#include <hp/fe_collection.h>
-#include <fe/fe_q.h>
-
-#include <fstream>
-#include <iomanip>
-
-template <int dim>
-void
-check ()
-{
-  {
-    const FE_Q<dim> fe_1(1);
-    const FE_Q<dim> fe_2(2);
-    
-    FECollection<dim> fc;
-    fc.add_fe (fe_1);
-    fc.add_fe (fe_2);
-  }
-  deallog << dim << "d: OK" << std::endl;
-}
-
-int main()
-{
-  std::ofstream logfile("fe_collection_01/output");
-  deallog << std::setprecision(4);
-  deallog.attach(logfile);
-  deallog.depth_console(0);
-  deallog.threshold_double(1.e-10);
-  
-  check<1> ();
-  check<2> ();
-  check<3> ();
-}

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.