X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHDS%2FSMESHDS_Hypothesis.cxx;h=29501c440465c78bef4a4bc9ee905c13b7e76a15;hb=2875648bdbc323df97bdb879b60673a2de776889;hp=bb50474038cb10011a3a2fde419a027b3c9d7463;hpb=7b70ad87bf8f5c46b2751f94cd196932b9ae7122;p=modules%2Fsmesh.git diff --git a/src/SMESHDS/SMESHDS_Hypothesis.cxx b/src/SMESHDS/SMESHDS_Hypothesis.cxx index bb5047403..29501c440 100644 --- a/src/SMESHDS/SMESHDS_Hypothesis.cxx +++ b/src/SMESHDS/SMESHDS_Hypothesis.cxx @@ -26,10 +26,9 @@ // 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