Salome HOME
Merge br_enable_import_mesh. Enable import mesh and save/load SMESH study.
[modules/smesh.git] / src / SMESHDS / SMESHDS_Hypothesis.cxx
index b1cf717b895730e5d3e9a417a6a04f9ef12eb0da..bb50474038cb10011a3a2fde419a027b3c9d7463 100644 (file)
@@ -97,3 +97,7 @@ int SMESHDS_Hypothesis::GetType() const
   return _type;
 }
 
+void SMESHDS_Hypothesis::SetID(int id)
+{
+       _hypId=id;
+}
\ No newline at end of file