From 68c5737d0b2674ff741db853ae735794b7f4f43c Mon Sep 17 00:00:00 2001 From: heltai Date: Fri, 3 Jan 2014 16:23:42 +0000 Subject: [PATCH] Removed setting of internal face boundary id in default CellData constructor. This bug was introduced when I created the additional manifold id field. git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@32158 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/tria.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/grid/tria.h b/deal.II/include/deal.II/grid/tria.h index e5dc7dc20e..b577b3cfd1 100644 --- a/deal.II/include/deal.II/grid/tria.h +++ b/deal.II/include/deal.II/grid/tria.h @@ -3319,8 +3319,7 @@ CellData::CellData () vertices[i] = numbers::invalid_unsigned_int; material_id = 0; - // Set the face to be interior - boundary_id = numbers::internal_face_boundary_id; + // And the manifold to be invalid manifold_id = numbers::invalid_manifold_id; } -- 2.39.5