]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARDGUI/HOMARDGUI.h
Salome HOME
Gestion des préférences entre HOMARD_GEN et le GUI
[modules/homard.git] / src / HOMARDGUI / HOMARDGUI.h
index 2bca7287e8947dc2705489964466ffd25e662dcd..8689ac6d8cab817ae019237ec8f1f420cede0a0c 100644 (file)
@@ -95,8 +95,11 @@ private:
    int anId;
    QString _ObjectName;
    QString _LanguageShort ;
-   bool _publish_mesh_in ;
-   bool _publish_mesh_out ;
+   int _PublisMeshIN ;
+   int _PublisMeshOUT ;
+   int _YACSMaxIter ;
+   int _YACSMaxNode ;
+   int _YACSMaxElem ;
 };
 
 #endif