]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
pour ajouter ang V7_5_0rc1
authorPascale Noyret <pascale.noyret@edf.fr>
Wed, 26 Nov 2014 08:27:44 +0000 (08:27 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Wed, 26 Nov 2014 08:27:44 +0000 (08:27 +0000)
Noyau/N_BLOC.py
Noyau/N_FACT.py

index 58d1844e7d377dba7cf1dabaad0c0523cf16e501..e9959fc54a9def97b6c667a39c6e7a9918cb9a04 100644 (file)
@@ -51,7 +51,7 @@ class BLOC(N_ENTITE.ENTITE):
     class_instance = N_MCBLOC.MCBLOC
     label = 'BLOC'
 
-    def __init__(self, fr="", docu="", regles=(), statut='f', condition=None,ang=""
+    def __init__(self, fr="", docu="", regles=(), statut='f', condition=None,ang="",
                  **args):
         """
             Un bloc est caractérisé par les attributs suivants :
index 04bcf4aeda737fad4ca90a7301394382633733ea..a94b90b489dd9fa3880c1e0e6e5bd835e8816bd1 100644 (file)
@@ -53,7 +53,7 @@ class FACT(N_ENTITE.ENTITE):
     list_instance = N_MCLIST.MCList
     label = 'FACT'
 
-    def __init__(self, fr="", docu="", regles=(), statut='f', defaut=None,ang=""
+    def __init__(self, fr="", docu="", regles=(), statut='f', defaut=None,ang="",
                  min=0, max=1, validators=None, **args):
         """
             Un mot-clé facteur est caractérisé par les attributs suivants :