]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move a statement to the correct place.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 15 Dec 2008 02:20:45 +0000 (02:20 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 15 Dec 2008 02:20:45 +0000 (02:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@17949 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 77ec67675c34e8b07e8d75ddf0384f6d59c6b34a..1c4375af99bd6bfc8b20c32eb00c3db37297fad0 100644 (file)
@@ -9972,9 +9972,9 @@ void Triangulation<dim, spacedim>::load_refine_flags (const std::vector<bool> &v
        cell->set_refine_flag(RefinementCase<dim>(ref_case));
       else
        cell->clear_refine_flag();
-
-      Assert (i == v.end(), ExcInternalError());      
     }
+
+  Assert (i == v.end(), ExcInternalError());      
 }
 
 

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.