From 4a85e3843a2a7871057c470f9ccc2eb5ac893885 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 26 Sep 2011 14:13:44 +0000 Subject: [PATCH] boundary of discrete stuff --- Geo/Geo.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp index 3a8a6eeae9..85d15c480f 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -1960,6 +1960,7 @@ void BoundaryShapes(List_T *shapes, List_T *shapesBoundary, bool combined) case MSH_SEGM_NURBS: case MSH_SEGM_BEZIER: case MSH_SEGM_BND_LAYER: + case MSH_SEGM_DISCRETE: { Curve *c = FindCurve(O.Num); if(c){ @@ -2005,6 +2006,7 @@ void BoundaryShapes(List_T *shapes, List_T *shapesBoundary, bool combined) case MSH_SURF_REGL: case MSH_SURF_TRIC: case MSH_SURF_BND_LAYER: + case MSH_SURF_DISCRETE: { Surface *s = FindSurface(O.Num); if(s){ @@ -2038,6 +2040,7 @@ void BoundaryShapes(List_T *shapes, List_T *shapesBoundary, bool combined) } break; case MSH_VOLUME: + case MSH_VOLUME_DISCRETE: { Volume *v = FindVolume(O.Num); if(v){ -- GitLab