From 242fd8ed6ac3a024ebb99a2040af6cb6bc164733 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Thu, 16 Jun 2005 11:49:29 +0000 Subject: [PATCH] clean up git-svn-id: https://svn.dealii.org/trunk@10873 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/grid/geometry_info.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}, -- 2.39.5