From: jfa Date: Thu, 17 Dec 2009 09:49:14 +0000 (+0000) Subject: untabify X-Git-Tag: V6_0_0~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d2046800b5f3ab6a56c3b9a72766f5d317a235e7;p=modules%2Fgeom.git untabify --- diff --git a/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx b/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx index db47bb49a..2df09e352 100644 --- a/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx +++ b/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx @@ -18,7 +18,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -// + #include #include @@ -987,15 +987,15 @@ void GEOMImpl_Block6Explorer::InitByTwoFaces (const TopoDS_Shape& theFace1, TopoDS_Wire wire1 = TopoDS::Wire(aWire1); TopoDS_Wire wire2 = TopoDS::Wire(aWire2); TopoDS_Vertex aV1, aV2; - + TopExp::Vertices(wire1, aV1, aV2); if ( !aV1.IsNull() && !aV2.IsNull() && aV1.IsSame(aV2) ) aWire1.Closed( true ); - + TopExp::Vertices(wire2, aV1, aV2); if ( !aV1.IsNull() && !aV2.IsNull() && aV1.IsSame(aV2) ) aWire2.Closed( true ); - + // 4. Generate side surface if (!aWire1.Closed() || !aWire2.Closed()) { // BRepOffsetAPI_ThruSections is not applicable on not closed wires