X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_CompositeSegment_1D.cxx;h=8baf9846a6794d7dafaebac7331752845c03d03a;hb=708dca577acf5b227fdad8cf5b82a3de2607da72;hp=0f0a2411be071f1f1c6051aebf2aeea3f01c5393;hpb=79fb531387458d3b68363ab60372372836365b2a;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_CompositeSegment_1D.cxx b/src/StdMeshers/StdMeshers_CompositeSegment_1D.cxx index 0f0a2411b..8baf9846a 100644 --- a/src/StdMeshers/StdMeshers_CompositeSegment_1D.cxx +++ b/src/StdMeshers/StdMeshers_CompositeSegment_1D.cxx @@ -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 )