Salome HOME
CCAR: correction usage validateur TypeVal
authoreficas <>
Thu, 23 Oct 2003 12:12:14 +0000 (12:12 +0000)
committereficas <>
Thu, 23 Oct 2003 12:12:14 +0000 (12:12 +0000)
Aster/Cata/cata_reduit.py

index 120cdb4fae3407660422dba0bb9aa0a6af3ec0a1..368e9497d9b36c07c9e6f3cb75c8ab114789f7a5 100755 (executable)
@@ -30,7 +30,7 @@ except:
 
 #
 __version__="$Name:  $"
-__Id__="$Id: cata_reduit.py,v 1.1.2.2 2003/10/16 10:09:09 eficas Exp $"
+__Id__="$Id: cata_reduit.py,v 1.2 2003/10/16 14:31:22 eficas Exp $"
 #
 JdC = JDC_CATA(code='ASTER',
                execmodul=None,
@@ -493,7 +493,7 @@ TESTS_VALID=OPER(nom="TESTS_VALID",op=19,sd_prod=cara_elem,
   EnumVal=SIMP(statut='o',typ='I',validators=EnumVal((3,2,4,8,9,15))),
   OrdList=SIMP(statut='o',typ='I',max='**',validators=OrdList("croissant")),
   OrdList2=SIMP(statut='o',typ='I',into=(1,2,3,4,5,6),max='**',validators=OrdList("croissant")),
-  TypeVal=SIMP(statut='o',typ='I',validators=TypeVal(int)),
+  TypeVal=SIMP(statut='o',typ='I',validators=TypeVal(1)),
 ) ;
 
 PLS_BASE_NOREPEAT=OPER(nom="PLS_BASE_NOREPEAT",op=19,sd_prod=cara_pout,