]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMAlgo/GEOMAlgo_GetInPlace.cxx
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_GetInPlace.cxx
index 8407d7a1ea485accc7e0d8a9bc657335a21244a6..852f600e5d9937d9950aa416f2652e4f661d0daf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-
+//
 // File:     GEOMAlgo_GetInPlace.cxx
+// Created:
 // Author:   Peter KURNEV
 
 #include <GEOMAlgo_GetInPlace.hxx>
 
-#include <GEOMAlgo_Tools.hxx>
-
-#include <NMTTools_CoupleOfShape.hxx>
-
 #include <NMTDS_BoxBndTree.hxx>
-
-#include <Basics_OCCTVersion.hxx>
-
 #include <NCollection_UBTreeFiller.hxx>
 
 #include <Bnd_Box.hxx>
 #include <TopTools_MapIteratorOfMapOfShape.hxx>
 
 
+#include <NMTTools_CoupleOfShape.hxx>
+#include <GEOMAlgo_Tools.hxx>
+
+
 static
   void MapBRepShapes(const TopoDS_Shape& aS,
                      TopTools_IndexedMapOfShape& aM);
@@ -199,10 +197,8 @@ void GEOMAlgo_GetInPlace::Perform()
     return;
   }
   //
-#if OCC_VERSION_LARGE > 0x06050200
   // Initialize the context
   GEOMAlgo_GluerAlgo::Perform();
-#endif
   //
   Intersect();
   if (myErrorStatus) {