]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bring bug fix from deal.II_DLR@6149 to deal.II: Remove a (serious) bug where we creat...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Dec 2008 12:42:10 +0000 (12:42 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Dec 2008 12:42:10 +0000 (12:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@18001 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 1c4375af99bd6bfc8b20c32eb00c3db37297fad0..8c1f76a9c12c23f9e726382a7114e894d3c4ecf8 100644 (file)
@@ -5808,7 +5808,7 @@ namespace internal
                        new_quads[0]->set_line_orientation(0,quad->line_orientation(0));
                        new_quads[0]->set_line_orientation(2,quad->line_orientation(2));
                        new_quads[1]->set_line_orientation(1,quad->line_orientation(1));
-                       new_quads[1]->set_line_orientation(2,quad->line_orientation(3));
+                       new_quads[1]->set_line_orientation(3,quad->line_orientation(3));
                        if (aniso_quad_ref_case==RefinementCase<dim-1>::cut_x)
                          {
                            new_quads[0]->set_line_orientation(3,quad->line_orientation(3));

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.