Salome HOME
general crack dialog documentation
[modules/smesh.git] / src / Tools / blocFissure / ihm / fissureGenerale_plugin.py
index e2d5d9dc1ba5b8edf89d123851609ccda7c36b63..fe0627fd18559d53c00afabc0993644e11bd5116 100644 (file)
@@ -1,11 +1,11 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2006-2015  EDF R&D
+# Copyright (C) 2006-2016  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -97,7 +97,8 @@ def fissureGeneraleDlg(context):
         nbSegCercle       = 32,
         areteFaceFissure  = 10,
         reptrav           = '.',
-        nomres            = 'casStandard_fissure.med')
+        nomres            = 'casStandard_fissure.med',
+        verbosite         = 0)
 
       
     def initDialog(self, dico):
@@ -114,6 +115,7 @@ def fissureGeneraleDlg(context):
       self.ui.dsb_areteFaceFissure.setValue(dico['areteFaceFissure'])
       self.ui.le_reptrav.setText(os.path.abspath(dico['reptrav']))
       self.ui.le_nomres.setText(os.path.split(dico['nomres'])[1])
+      self.ui.cb_log.setCurrentIndex(dico['verbosite'])
       incomplet = self.testval(dico)
       pass