Salome HOME
Destruction des schémas
[modules/homard.git] / src / HOMARD / YACSDriver.hxx
index 26315c34cf9d03b554c8d979d4435ac33b61f208..57dfa53e9111adaa877433c026f90c9197c7fe55 100644 (file)
@@ -28,7 +28,7 @@
 class YACSDriver
 {
 public:
-  YACSDriver(const std::string YACSFile, const std::string DirName) ;
+  YACSDriver(const std::string XMLFile, const std::string DirName) ;
   ~YACSDriver() ;
   //
   void        TexteAdd( const std::string ligne ) ;
@@ -49,7 +49,7 @@ public:
   //
 
 public:
-  std::string _YACSFile ;
+  std::string _XMLFile ;
   std::string _DirName ;
   std::string _Texte ;
   std::string _Texte_parametres ;