Update of /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/telemac/dico
In directory sc8-pr-cvs1:/tmp/cvs-serv13994/telemac/dico
Modified Files:
DicoTelemac2dv5p3.java
Log Message:
Ajout du pattern command pour annuler des operations
Index: DicoTelemac2dv5p3.java
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/telemac/dico/DicoTelemac2dv5p3.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DicoTelemac2dv5p3.java 10 Oct 2003 14:43:19 -0000 1.2
--- DicoTelemac2dv5p3.java 29 Oct 2003 11:41:27 -0000 1.3
***************
*** 4244,4252 ****
choiceKeys=new String[]{"1","2","3"};
choiceValues=new String[][] {{"Profil normal constant","u et v dans le fichier"
! +"\nconlim","Vitesse normale donnee dans ubor dans le fichier"
! +"\nconlim"}
! ,{"constant normal profile","u et v dans le fichier"
! +"\nconlim","Vitesse normale donnee dans ubor dans le fichier"
! +"\nconlim"} };
typeEntier.setChoice(choiceKeys,choiceValues[languageIndex_]);
--- 4244,4252 ----
choiceKeys=new String[]{"1","2","3"};
choiceValues=new String[][] {{"Profil normal constant","u et v dans le fichier"
! +"\n conlim","Vitesse normale donnee dans ubor dans le fichier"
! +"\n conlim"}
! ,{"constant normal profile","u and v given in the"
! +"\n conlim file","normal velocity given in ubor in the conlim"
! +"\n file"} };
typeEntier.setChoice(choiceKeys,choiceValues[languageIndex_]);
|