Salome HOME
Merge with version on tag OCC-V2_1_0d
[modules/smesh.git] / src / SMESHDS / SMESHDS_Hypothesis.cxx
index bb50474038cb10011a3a2fde419a027b3c9d7463..29501c440465c78bef4a4bc9ee905c13b7e76a15 100644 (file)
 //  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