From: heltai Date: Fri, 3 Jan 2014 16:23:42 +0000 (+0000) Subject: Removed setting of internal face boundary id in default CellData constructor. This... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68c5737d0b2674ff741db853ae735794b7f4f43c;p=dealii-svn.git 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 --- 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; }