]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARDGUI/MonCreateCase.cxx
Salome HOME
Oubli dans la sélection du répertoire pour la poursuite
[modules/homard.git] / src / HOMARDGUI / MonCreateCase.cxx
index a38e9d8507b2306e5a0418aa3fe54501f61cc6d6..4738ba342efbf2cc8872cdab3a7ba874636fbdf8 100644 (file)
@@ -43,7 +43,7 @@ using namespace std;
  * Sets attributes to default values
  */
 // -----------------------------------------------------------------------------------------
-MonCreateCase::MonCreateCase( bool modal, HOMARD::HOMARD_Gen_var myHomardGen0)
+MonCreateCase::MonCreateCase( bool modal, HOMARD::HOMARD_Gen_var myHomardGen0 )
     :
     Ui_CreateCase(),
     _aCaseName(""),_aDirName(""),
@@ -171,7 +171,7 @@ bool MonCreateCase::PushOnApply()
   }
 #ifndef WIN32
   if (chdir(aDirName.toStdString().c_str()) != 0)
-#else 
+#else
   if (_chdir(aDirName.toStdString().c_str()) != 0)
 #endif
   {