From: hartmann Date: Thu, 16 Jun 2005 11:49:29 +0000 (+0000) Subject: clean up X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0fd0fcc48c28e5c83af49d23aa61871ce558989;p=dealii-svn.git clean up git-svn-id: https://svn.dealii.org/trunk@10873 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/geometry_info.cc b/deal.II/deal.II/source/grid/geometry_info.cc index dc0bb0f12b..759eddab8b 100644 --- a/deal.II/deal.II/source/grid/geometry_info.cc +++ b/deal.II/deal.II/source/grid/geometry_info.cc @@ -147,8 +147,9 @@ GeometryInfo<3>::child_cell_on_face (const unsigned int face, { Assert (face::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},