]> 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 2895119779c90252d845a92c98768a82e6926906..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
@@ -197,6 +197,9 @@ void GEOMAlgo_GetInPlace::Perform()
     return;
   }
   //
+  // Initialize the context
+  GEOMAlgo_GluerAlgo::Perform();
+  //
   Intersect();
   if (myErrorStatus) {
     return;