Salome HOME
IPAL 0051561: Hexotic algorithm fail
[modules/smesh.git] / src / SMDS / SMDS_Mesh0DElement.cxx
index f9543c1804c2f3d6badf43893b0b8392704cc37c..a1a244c6dc3de014917bce36df57019e6bc02f69 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
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -19,7 +19,6 @@
 
 //  SMESH SMDS : implementaion of Salome mesh data structure
 //  File   : SMDS_Mesh0DElement.cxx
-//  Author : Jean-Michel BOULCOURT
 //  Module : SMESH
 //
 #ifdef _MSC_VER
@@ -125,18 +124,6 @@ SMDS_ElemIteratorPtr SMDS_Mesh0DElement::elementsIterator (SMDSAbs_ElementType t
   }
 }
 
-//=======================================================================
-//function : operator<
-//purpose  :
-//=======================================================================
-bool operator< (const SMDS_Mesh0DElement & e1, const SMDS_Mesh0DElement & e2)
-{
-  int id1 = e1.myNode->getVtkId();
-  int id2 = e2.myNode->getVtkId();
-
-  return (id1 < id2);
-}
-
 /*!
  * \brief Return node by its index
  * \param ind - node index