]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Limit the number of cycles we have to do.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 9 Mar 2007 16:44:23 +0000 (16:44 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 9 Mar 2007 16:44:23 +0000 (16:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@14563 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fail/hp-crash_17.cc

index 260108974912a2aa303913e636005563d9db66b3..dfe6c5d03bcb05b81e1fafdfca855f775e805321 100644 (file)
@@ -656,7 +656,7 @@ void LaplaceProblem<3>::create_coarse_grid ()
 template <int dim>
 void LaplaceProblem<dim>::run () 
 {
-  for (unsigned int cycle=0; cycle<30; ++cycle)
+  for (unsigned int cycle=0; cycle<4; ++cycle)
     {
       deallog << "Cycle " << cycle << ':' << std::endl;
 

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.