]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove offensive test
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Nov 2003 10:03:28 +0000 (10:03 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Nov 2003 10:03:28 +0000 (10:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@8200 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/mapping.cc

index 2757606834bd2c9fdf2f583ddeaa68524544df71..27de17f80f5d17a3628f7d913e3fa5cf3d6fb567 100644 (file)
@@ -449,18 +449,18 @@ void mapping_test()
   MappingQ<dim> q1(1);
   MappingQ<dim> q2(2);
   MappingQ<dim> q3(3);
-  MappingQ<dim> q4(4);
+//  MappingQ<dim> q4(4);
   mapping_ptr.push_back(&q1_old);
   mapping_ptr.push_back(&q1);
   mapping_ptr.push_back(&q2);
   mapping_ptr.push_back(&q3);
-  mapping_ptr.push_back(&q4);
+//  mapping_ptr.push_back(&q4);
   mapping_ptr.push_back(&cart);
   mapping_strings.push_back("Q1fixed");
   mapping_strings.push_back("Q1");
   mapping_strings.push_back("Q2");
   mapping_strings.push_back("Q3");
-  mapping_strings.push_back("Q4");
+//  mapping_strings.push_back("Q4");
   mapping_strings.push_back("Cartesian");
 
   mapping_size=mapping_ptr.size();

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.