]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove changes made when debugging.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Mar 2004 16:45:05 +0000 (16:45 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Mar 2004 16:45:05 +0000 (16:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@8779 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/dof_constraints_01.cc

index b19a949af61ad3e3aeb5d244611cf04be143e5d4..639eaafd6bea92be3bdf3e4aba28a184d4954ebc 100644 (file)
@@ -43,9 +43,8 @@ void test ()
                                    // refine the mesh in a random way so as to
                                    // generate as many hanging node
                                    // constraints as possible
-//  triangulation.refine_global (4-dim);
-  triangulation.refine_global (1);
-  for (unsigned int i=0; i<1; ++i)
+  triangulation.refine_global (4-dim);
+  for (unsigned int i=0; i<11-2*dim; ++i)
     {
       typename Triangulation<dim>::active_cell_iterator
         cell = triangulation.begin_active();
@@ -135,8 +134,8 @@ int main ()
 
   try
     {
-//       test<1> ();
-//       test<2> ();
+      test<1> ();
+      test<2> ();
       test<3> ();
     }
   catch (std::exception &exc)

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.