From 12aedbcb0b7a49875efabb7a0dd0630f33d139be Mon Sep 17 00:00:00 2001 From: BRUNO Clement Date: Tue, 3 Mar 2015 12:34:56 +0100 Subject: [PATCH] Version cmt-01 --- Telemac/Telemac_Cata.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Telemac/Telemac_Cata.py b/Telemac/Telemac_Cata.py index 9dcbe35a..203591b1 100644 --- a/Telemac/Telemac_Cata.py +++ b/Telemac/Telemac_Cata.py @@ -58,7 +58,8 @@ INITIALIZATION=PROC(nom="INITIALIZATION",op=None, fr = 'Format du fichier de resultats. Les valeurs possibles sont : \n- SERAFIN : format standard simple precision pour Telemac; - SERAFIND: format standard double precision pour Telemac; - MED : format MED base sur HDF5' , ang = 'Results file format. Possible values are:\n - SERAFIN : classical single precision format in Telemac;\n - SERAFIND: classical double precision format in Telemac; - MED : MED format based on HDF5' ,), - Results_File = SIMP( statut='o', typ = ('Fichier', 'Steering Files (*.cas);;All Files (*)',),), + Results_File = SIMP( statut='o', typ = ('Fichier', 'Steering Files (*.cas);;All Files (*)',), + fr='Nom du fichier dans lequel seront ecrits les resultats du calcul avec la periodicite donnee par le mot cle : PERIODE POUR LES SORTIES GRAPHIQUES.', ang='Name of the file into which the computation results shall be written, the periodicity being given by the key-word: GRAPHIC PRINTOUT PERIOD.',), # Inexistant eventuellement Fortran_File = SIMP(statut='f',typ = ('Fichier', 'Fortran files (*.f);;All Files (*)'), fr='Nom du fichier a soumettre', -- 2.39.2