Update of /cvsroot/fudaa/fudaa_devel/fudaa/src/org/fudaa/fudaa/oscar In directory sc8-pr-cvs1:/tmp/cvs-serv15152 Modified Files: OscarImplementation.java OscarSolParametresSolEnButee.java OscarSolParametresSolEnPoussee.java WHtmlContent.java Log Message: OH. Index: OscarImplementation.java =================================================================== RCS file: /cvsroot/fudaa/fudaa_devel/fudaa/src/org/fudaa/fudaa/oscar/OscarImplementation.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OscarImplementation.java 4 Feb 2003 16:22:45 -0000 1.3 --- OscarImplementation.java 6 Feb 2003 16:51:15 -0000 1.4 *************** *** 106,116 **** isOscar_.name = "Oscar"; /** version courante du logiciel */ ! isOscar_.version = "1.21"; /** date de la version courante du logiciel */ ! isOscar_.date = "04 janvier 2003"; /** informations sur le droits réservés */ isOscar_.rights = "CETMEF (c) 2003"; /** email du responsable du logiciel */ ! isOscar_.contact = "nat...@eq..."; /** informations sur la licence de développement */ isOscar_.license = "GPL2"; --- 106,116 ---- isOscar_.name = "Oscar"; /** version courante du logiciel */ ! isOscar_.version = "1.22"; /** date de la version courante du logiciel */ ! isOscar_.date = "06 février 2003"; /** informations sur le droits réservés */ isOscar_.rights = "CETMEF (c) 2003"; /** email du responsable du logiciel */ ! isOscar_.contact = "nat...@eq..."; /** informations sur la licence de développement */ isOscar_.license = "GPL2"; *************** *** 134,138 **** isOscar_.documentors = new String[] { "Manuel Le Moine" }; /** testeurs du logiciel */ ! isOscar_.testers = new String[] { "Laurent Beltran (DDE 58)","Marc Citeau (LR Autun)","Laurence Fayet (SNS)","Yannick Laisis (SNS)","Manuel Le Moine (CETMEF)","Stéphane Leblanc (DDE 22)","Natalie Neyret (CETMEF)","Bertrand Thidet (SETRA)" }; BuPrinter.INFO_LOG=isOscar_; --- 134,138 ---- isOscar_.documentors = new String[] { "Manuel Le Moine" }; /** testeurs du logiciel */ ! isOscar_.testers = new String[] { "Laurent Beltran (DDE 58)","Marc Citeau (LR Autun)","Laurence Fayet (SNS)","Yannick Laisis (SNS)","Manuel Le Moine (CETMEF)","Stéphane Leblanc (DDE 22)","Nathalie Neyret (CETMEF)","Bertrand Thidet (SETRA)" }; BuPrinter.INFO_LOG=isOscar_; Index: OscarSolParametresSolEnButee.java =================================================================== RCS file: /cvsroot/fudaa/fudaa_devel/fudaa/src/org/fudaa/fudaa/oscar/OscarSolParametresSolEnButee.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OscarSolParametresSolEnButee.java 30 Jan 2003 13:10:28 -0000 1.1 --- OscarSolParametresSolEnButee.java 6 Feb 2003 16:51:15 -0000 1.2 *************** *** 135,139 **** tf_cot_sol_.addKeyListener(new KeyAdapter(){ public void keyReleased(KeyEvent _evt){ ! firePropertyChange("COTE_TERRE_PLEIN_BUTEE",(Double)null,(Double)tf_cot_sol_.getValue()); } }); --- 135,140 ---- tf_cot_sol_.addKeyListener(new KeyAdapter(){ public void keyReleased(KeyEvent _evt){ ! ! firePropertyChange("COTE_TERRE_PLEIN_BUTEE",(Double)null,getCoteTerrePleinButee()); } }); Index: OscarSolParametresSolEnPoussee.java =================================================================== RCS file: /cvsroot/fudaa/fudaa_devel/fudaa/src/org/fudaa/fudaa/oscar/OscarSolParametresSolEnPoussee.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OscarSolParametresSolEnPoussee.java 30 Jan 2003 13:10:30 -0000 1.1 --- OscarSolParametresSolEnPoussee.java 6 Feb 2003 16:51:15 -0000 1.2 *************** *** 132,136 **** tf_cot_sol_.addKeyListener(new KeyAdapter(){ public void keyReleased(KeyEvent _evt){ ! firePropertyChange("COTE_TERRE_PLEIN_POUSSEE",(Double)null,(Double)tf_cot_sol_.getValue()); } }); --- 132,136 ---- tf_cot_sol_.addKeyListener(new KeyAdapter(){ public void keyReleased(KeyEvent _evt){ ! firePropertyChange("COTE_TERRE_PLEIN_POUSSEE",(Double)null,getCoteTerrePleinPoussee()); } }); Index: WHtmlContent.java =================================================================== RCS file: /cvsroot/fudaa/fudaa_devel/fudaa/src/org/fudaa/fudaa/oscar/WHtmlContent.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** WHtmlContent.java 31 Jan 2003 16:12:24 -0000 1.2 --- WHtmlContent.java 6 Feb 2003 16:51:15 -0000 1.3 *************** *** 455,459 **** addPar("L'<b>encastrement</b> du rideau dans le sol est supposé égal à <b>"+params_.ouvrage.pourcentageEncastrementNappe+"%</b>."); _a = (params_.ouvrage.espaceEntreDeuxTirants!=VALEUR_NULLE.value)?("<li>l'espacement entre deux tirants est de <b>"+params_.ouvrage.espaceEntreDeuxTirants+" m</b>,"):null; ! _b = (params_.ouvrage.sectionTirants!=VALEUR_NULLE.value)?("<li>la section d'un tirant est de <b>"+OscarLib.round((params_.ouvrage.sectionTirants*10000),2)+" cm²</b> (soit "+params_.ouvrage.sectionTirants+" m²),"):null; _c = (params_.ouvrage.limiteElastiqueAcierTirants!=VALEUR_NULLE.value)?("<li>la limite élastique de l'acier est de <b>"+params_.ouvrage.limiteElastiqueAcierTirants+" MPa</b>."):null; if((_a!=null)&&(_b!=null)&&(_c!=null)){ --- 455,459 ---- addPar("L'<b>encastrement</b> du rideau dans le sol est supposé égal à <b>"+params_.ouvrage.pourcentageEncastrementNappe+"%</b>."); _a = (params_.ouvrage.espaceEntreDeuxTirants!=VALEUR_NULLE.value)?("<li>l'espacement entre deux tirants est de <b>"+params_.ouvrage.espaceEntreDeuxTirants+" m</b>,"):null; ! _b = (params_.ouvrage.sectionTirants!=VALEUR_NULLE.value)?("<li>la section d'un tirant est de <b>"+OscarLib.round((params_.ouvrage.sectionTirants*10000),2)+" cm²</b> (soit "+OscarLib.round(params_.ouvrage.sectionTirants,6)+" m²),"):null; _c = (params_.ouvrage.limiteElastiqueAcierTirants!=VALEUR_NULLE.value)?("<li>la limite élastique de l'acier est de <b>"+params_.ouvrage.limiteElastiqueAcierTirants+" MPa</b>."):null; if((_a!=null)&&(_b!=null)&&(_c!=null)){ *************** *** 484,488 **** _b = (params_.ouvrage.limiteElastiqueAcier!=VALEUR_NULLE.value)?("<li>la limite élastique de l'acier vaut <b>"+params_.ouvrage.limiteElastiqueAcier+" MPa</b>,"):null; _c = (params_.ouvrage.inertiePalplanches!=VALEUR_NULLE.value)?("<li>l'inertie des palplanches vaut <b>"+params_.ouvrage.inertiePalplanches+" cm4/ml</b>,"):null; ! _d = (params_.ouvrage.demieHauteur!=VALEUR_NULLE.value)?("<li>la demi-hauteur des palplanches vaut <b>"+params_.ouvrage.demieHauteur+" cm</b>."):null; if((_a!=null)&&(_b!=null)&&(_c!=null)&&(_d!=null)){ --- 484,488 ---- _b = (params_.ouvrage.limiteElastiqueAcier!=VALEUR_NULLE.value)?("<li>la limite élastique de l'acier vaut <b>"+params_.ouvrage.limiteElastiqueAcier+" MPa</b>,"):null; _c = (params_.ouvrage.inertiePalplanches!=VALEUR_NULLE.value)?("<li>l'inertie des palplanches vaut <b>"+params_.ouvrage.inertiePalplanches+" cm4/ml</b>,"):null; ! _d = (params_.ouvrage.demieHauteur!=VALEUR_NULLE.value)?("<li>la demi-hauteur des palplanches vaut <b>"+(params_.ouvrage.demieHauteur)+" cm</b>."):null; if((_a!=null)&&(_b!=null)&&(_c!=null)&&(_d!=null)){ |