]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a pretty obvious typo.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Sep 2003 17:34:31 +0000 (17:34 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Sep 2003 17:34:31 +0000 (17:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@8059 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria_accessor.cc

index a503c4f68926bf599cf17d76722bf2cd23ea1321..8f25055ed3fb40e583b9452ca237b0cd6beee018 100644 (file)
@@ -696,18 +696,14 @@ int TriaObjectAccessor<3, dim>::vertex_index (const unsigned int corner) const
       if (get_face_orientation(0) == true)
         return quad(0)->vertex_index(corner);
       else
-        {
-          return quad(0)->vertex_index(vertex_translation[corner]);
-        }
+        return quad(0)->vertex_index(vertex_translation[corner]);
     }
   else
     {
       if (get_face_orientation(1) == true)
         return quad(1)->vertex_index(corner-4);
       else
-        {
-          return quad(1)->vertex_index(vertex_translation[corner]);
-        }
+        return quad(1)->vertex_index(vertex_translation[corner-4]);
     }
 }
 

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.