Salome HOME
Merge from V6_main 13/12/2012
[modules/homard.git] / src / HOMARD_I / HOMARD_Hypothesis_i.cxx
index dd84483bd0c9bbf43db762c0187374461385dc49..22ce28866b03952b01056713a18ffc9d43eccc71 100644 (file)
@@ -395,6 +395,18 @@ CORBA::Long HOMARD_Hypothesis_i::GetAdapInit()
   ASSERT( myHomardHypothesis );
   return myHomardHypothesis->GetAdapInit();
 }
+//=============================================================================
+void HOMARD_Hypothesis_i::SetLevelOutput( CORBA::Long LevelOutput )
+{
+  ASSERT( myHomardHypothesis );
+  myHomardHypothesis->SetLevelOutput( LevelOutput );
+}
+//=============================================================================
+CORBA::Long HOMARD_Hypothesis_i::GetLevelOutput()
+{
+  ASSERT( myHomardHypothesis );
+  return myHomardHypothesis->GetLevelOutput();
+}
 
 //=============================================================================
 std::string HOMARD_Hypothesis_i::Dump() const