]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix old bug. execute_refinement should not be called anymore other
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Nov 1999 16:15:31 +0000 (16:15 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Nov 1999 16:15:31 +0000 (16:15 +0000)
than from execute_c_a_r.

git-svn-id: https://svn.dealii.org/trunk@1937 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria.cc

index 8346f2bc8d7a39f84aeac6636bf94b92be46e947..44a75fbef43b73b2cb1ddb7fb136601258f75b83 100644 (file)
@@ -1323,7 +1323,7 @@ void Triangulation<dim>::refine_global (const unsigned int times) {
   for (unsigned int i=0; i<times; ++i)
     {
       set_all_refine_flags();
-      execute_refinement ();
+      execute_coarsening_and_refinement ();
     };
 };
 

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.