Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/smesh.git] / src / SMESHDS / SMESHDS_Hypothesis.cxx
index bb50474038cb10011a3a2fde419a027b3c9d7463..023ebf20be54622ad65fc01dbe7d1358b9b12f88 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
 //  Module : SMESH
 //  $Header$
 
-using namespace std;
-using namespace std;
 #include "SMESHDS_Hypothesis.hxx"
 
+using namespace std;
 
 //=============================================================================
 /*!
@@ -97,7 +96,3 @@ int SMESHDS_Hypothesis::GetType() const
   return _type;
 }
 
-void SMESHDS_Hypothesis::SetID(int id)
-{
-       _hypId=id;
-}
\ No newline at end of file