X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMImpl%2FGEOMImpl_GlueDriver.cxx;h=d014f5503baa5cf5237d7d5a4a71f564f22ea7c4;hb=a9fe5759c52e7f225c6b1403bf93fc97c10874b9;hp=20ab8d47fddc6e88259c0a16eab96bd0c1b7a884;hpb=fde342bef471648e5265fa28f6464241708c79d4;p=modules%2Fgeom.git diff --git a/src/GEOMImpl/GEOMImpl_GlueDriver.cxx b/src/GEOMImpl/GEOMImpl_GlueDriver.cxx index 20ab8d47f..d014f5503 100644 --- a/src/GEOMImpl/GEOMImpl_GlueDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_GlueDriver.cxx @@ -336,7 +336,7 @@ TopoDS_Shape GEOMImpl_GlueDriver::GlueFaces aGA.SetTolerance(theTolerance); aGA.SetKeepNonSolids(doKeepNonSolids); - // 2. Detect interferred shapes + // 2. Detect interfered shapes aGA.Detect(); //Standard_Integer iWrnDetect = aGA.WarningStatus(); @@ -451,7 +451,7 @@ TopoDS_Shape GEOMImpl_GlueDriver::GlueWithWarnings (const TopoDS_Shape& theShape aGA.SetTolerance(theTolerance); aGA.SetKeepNonSolids(doKeepNonSolids); - // 2. Detect interferred shapes + // 2. Detect interfered shapes aGA.Detect(); //modified by NIZNHY-PKV Tue Mar 13 14:07:12 2012f @@ -609,7 +609,7 @@ TopoDS_Shape GEOMImpl_GlueDriver::GlueByList (const TopoDS_Shape& theShape, aGA.SetTolerance(theTolerance); aGA.SetKeepNonSolids(doKeepNonSolids); - // 2. Detect interferred shapes + // 2. Detect interfered shapes aGA.Detect(); //modified by NIZNHY-PKV Tue Mar 13 14:07:12 2012f