]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
clean up
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Jun 2005 11:49:29 +0000 (11:49 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Jun 2005 11:49:29 +0000 (11:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@10873 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/geometry_info.cc

index dc0bb0f12ba4e1151e32cd873ec829163c55cb99..759eddab8bbc3f6576f7d4f3cd85965e05e677f2 100644 (file)
@@ -147,8 +147,9 @@ GeometryInfo<3>::child_cell_on_face (const unsigned int face,
 {
   Assert (face<faces_per_cell, ExcIndexRange(face, 0, faces_per_cell));
   Assert (subface<subfaces_per_face, ExcIndexRange(subface, 0, subfaces_per_face));
-  static const unsigned int
-    flip[GeometryInfo<3>::subfaces_per_face] = { 0, 3, 2, 1 };
+
+  static const unsigned int flip[subfaces_per_face] = { 0, 3, 2, 1 };
+
   static const unsigned
     subcells[faces_per_cell][subfaces_per_face] = {{0, 1, 2, 3},
                                                    {4, 5, 6, 7},

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.