]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Limit amount of work
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Aug 2006 18:08:19 +0000 (18:08 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Aug 2006 18:08:19 +0000 (18:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@13680 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/project_rt_01.cc

index d455d8d74659f6532e4e2d241cdceea4d7c76b0e..348a17345f5d40550bfaa8cdd659d8b990ee1540 100644 (file)
@@ -25,6 +25,6 @@ template <int dim>
 void test ()
 {
   if (dim != 1)
-    for (unsigned int p=0; p<6-dim; ++p)
+    for (unsigned int p=0; p<3; ++p)
       test_no_hanging_nodes (FE_RaviartThomas<dim>(p), p+1, 1);
 }

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.