Salome HOME
integration of modifications from Gérald Nicolas
[modules/homard.git] / src / HOMARD_I / HOMARD_Hypothesis_i.cxx
index 22ce28866b03952b01056713a18ffc9d43eccc71..adec5d80221160e550c5f429322c4d2ffbde7851 100644 (file)
@@ -63,10 +63,10 @@ HOMARD_Hypothesis_i::~HOMARD_Hypothesis_i()
 /*!
  */
 //=============================================================================
-void HOMARD_Hypothesis_i::SetName( const char* NomHypothesis )
+void HOMARD_Hypothesis_i::SetName( const char* Name )
 {
   ASSERT( myHomardHypothesis );
-  myHomardHypothesis->SetName( NomHypothesis );
+  myHomardHypothesis->SetName( Name );
 }
 
 //=============================================================================