Salome HOME
Fix valgrind error: Mismatched free() / delete / delete []
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_GlueDetector.hxx
index 36b5812870c5cf3e00690aace78cccc8cffd3b25..d92cae234075b0c9a25ce57bac31586f9efa338b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  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
@@ -6,7 +6,7 @@
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -55,11 +55,9 @@ public:
   Standard_EXPORT virtual
     void Perform() ;
 
-//modified by NIZNHY-PKV Tue Mar 13 12:23:20 2012f
   Standard_EXPORT
     const TopTools_IndexedDataMapOfShapeListOfShape& StickedShapes();
-//modified by NIZNHY-PKV Tue Mar 13 12:23:26 2012t
-//------------------------------------------------
+
 protected:
   Standard_EXPORT
     void DetectVertices() ;
@@ -81,7 +79,6 @@ protected:
     void FacePassKey(const TopoDS_Face& aF,
                      GEOMAlgo_PassKeyShape& aPK) ;
 
-  //modified by NIZNHY-PKV Tue Mar 13 09:53:03 2012f
   Standard_EXPORT
     void CheckDetected();
   //
@@ -94,7 +91,6 @@ protected:
 
  protected:
   TopTools_IndexedDataMapOfShapeListOfShape myStickedShapes;
-  //modified by NIZNHY-PKV Tue Mar 13 09:53:08 2012t
 
 };
 #endif