From: Pascale Noyret Date: Tue, 6 Jul 2010 09:18:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V2_0~32 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=16dfefff7fde1497c246193b7d525906c94282ea;p=tools%2Feficas.git *** empty log message *** --- diff --git a/MAP/Templates/s_poly_st_1_V1/s_poly_st_1_aster_template.export b/MAP/Templates/s_poly_st_1_V1/s_poly_st_1_aster_template.export index d6b8c639..534e4e5c 100644 --- a/MAP/Templates/s_poly_st_1_V1/s_poly_st_1_aster_template.export +++ b/MAP/Templates/s_poly_st_1_V1/s_poly_st_1_aster_template.export @@ -1,5 +1,5 @@ P serveur localhost -P version STA10.1 +P version %_ASTER_VERSION% P lang fr P debug debug P mode interactif diff --git a/MAP/s_poly_st_1_V1.py b/MAP/s_poly_st_1_V1.py index 43c5c3c2..e11339dc 100644 --- a/MAP/s_poly_st_1_V1.py +++ b/MAP/s_poly_st_1_V1.py @@ -77,6 +77,7 @@ FDVGRID = PROC(nom="FDVGRID", op=None, ASTER= PROC(nom="ASTER",op=None, fr='definition du calcul', + VERSION=SIMP(statut = "o", typ='TXM', defaut="STA10.1"), CONDUCTIVITE_M=SIMP(statut = "o",fr="conductivite de la matrice", typ='R', defaut=1.0 , val_min =0.), CONDUCTIVITE_I=SIMP(statut = "o",fr="conductivite des inclusions", typ='R', defaut=1.0, val_min =0.), LANCEMENT=SIMP(statut = "o",fr="lancement de Code_Aster", typ='TXM', defaut="oui", into=("oui","non")),