Salome HOME
PAL13615(EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
[modules/smesh.git] / src / StdMeshers / StdMeshers_CompositeSegment_1D.cxx
index 0f0a2411be071f1f1c6051aebf2aeea3f01c5393..8baf9846a6794d7dafaebac7331752845c03d03a 100644 (file)
@@ -89,7 +89,7 @@ namespace {
     }
     if ( edgeCounter.Extent() < 3 && !eNext.IsNull() ) {
       GeomAbs_Shape cont = SMESH_Algo::Continuity( edge, eNext );
-      if (cont >= GeomAbs_C1) {
+      if (cont >= GeomAbs_G1) {
         // care of orientation
         bool reverse;
         if ( forward )