]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD/HOMARD_Cas.hxx
Salome HOME
integration of modifications from Gérald Nicolas
[modules/homard.git] / src / HOMARD / HOMARD_Cas.hxx
index 30dda0777976a62de9b1cf6ab7681e26a72dbed6..8c00114deae43f1046b7316268e2036a7476383e 100644 (file)
@@ -35,7 +35,7 @@ public:
   HOMARD_Cas();
   ~HOMARD_Cas();
 
-  void                          SetName( const char* NomCas );
+  void                          SetName( const char* Name );
   std::string                   GetName() const;
 
   void                          SetDirName( const char* NomDir );
@@ -71,7 +71,7 @@ public:
   const int                     GetPyram() const;
 
 private:
-  std::string                   _NomCas;
+  std::string                   _Name;
   std::string                   _NomDir;
   int                           _ConfType;