X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMAlgo%2FGEOMAlgo_GetInPlace_2.cxx;h=f21ba165b8f2130619fa75ba0d0ff52491e6cf66;hb=982407874b25696ca989bf21ce96e1d309045fcf;hp=a4f4d2aa57d73b051b1a6d45e738bbd866f8a556;hpb=5b3622aa2363853841fd5b4205c78a715bfee4a4;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_GetInPlace_2.cxx b/src/GEOMAlgo/GEOMAlgo_GetInPlace_2.cxx index a4f4d2aa5..f21ba165b 100644 --- a/src/GEOMAlgo/GEOMAlgo_GetInPlace_2.cxx +++ b/src/GEOMAlgo/GEOMAlgo_GetInPlace_2.cxx @@ -19,9 +19,9 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// File: GEOMAlgo_GetInPlace_2.cxx +// File: GEOMAlgo_GetInPlace_2.cxx // Created: -// Author: Peter KURNEV +// Author: Peter KURNEV #include @@ -51,7 +51,7 @@ static Standard_Integer Dimension(const TopAbs_ShapeEnum aType); static void PointProperties(const TopoDS_Shape& aS, - GProp_GProps& aGProps); + GProp_GProps& aGProps); //======================================================================= //function : CheckGProps @@ -87,7 +87,7 @@ void GEOMAlgo_GetInPlace::CheckGProps(const TopoDS_Shape& aS1) const TopoDS_Shape& aS1x=aIt.Value(); CheckGProps(aS1x); if (!myFound) { - return; + return; } } }