From: Jean-Marc L. <jm_...@us...> - 2004-04-09 19:48:44
|
Update of /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/hydraulique1d/loi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30672/dodico/src/org/fudaa/dodico/hydraulique1d/loi Modified Files: DLoiGeometrique.java DLoiHydrogramme.java DLoiLimniHydrogramme.java DLoiLimnigramme.java DLoiOuvertureVanne.java DLoiRegulation.java DLoiSeuil.java DLoiTarage.java Log Message: Index: DLoiOuvertureVanne.java =================================================================== RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/hydraulique1d/loi/DLoiOuvertureVanne.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DLoiOuvertureVanne.java 2 Dec 2003 19:54:40 -0000 1.4 --- DLoiOuvertureVanne.java 9 Apr 2004 19:34:51 -0000 1.5 *************** *** 40,44 **** public DLoiOuvertureVanne() { super(); ! nom_= "loi ouverture vanne " + numero_; t_= new double[0]; zInf_= new double[0]; --- 40,44 ---- public DLoiOuvertureVanne() { super(); ! nom_= "loi ouverture vanne 9999999999"; t_= new double[0]; zInf_= new double[0]; Index: DLoiTarage.java =================================================================== RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/hydraulique1d/loi/DLoiTarage.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DLoiTarage.java 2 Dec 2003 19:54:40 -0000 1.4 --- DLoiTarage.java 9 Apr 2004 19:34:51 -0000 1.5 *************** *** 39,43 **** public DLoiTarage() { super(); ! nom_= "loi tarage " + numero_; amonz_= true; z_= new double[0]; --- 39,43 ---- public DLoiTarage() { super(); ! nom_= "loi tarage 9999999999"; amonz_= true; z_= new double[0]; Index: DLoiLimnigramme.java =================================================================== RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/hydraulique1d/loi/DLoiLimnigramme.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DLoiLimnigramme.java 2 Dec 2003 19:54:40 -0000 1.4 --- DLoiLimnigramme.java 9 Apr 2004 19:34:51 -0000 1.5 *************** *** 38,42 **** public DLoiLimnigramme() { super(); ! nom_= "loi limnigramme " + numero_; t_= new double[0]; z_= new double[0]; --- 38,42 ---- public DLoiLimnigramme() { super(); ! nom_= "loi limnigramme 9999999999"; t_= new double[0]; z_= new double[0]; Index: DLoiLimniHydrogramme.java =================================================================== RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/hydraulique1d/loi/DLoiLimniHydrogramme.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DLoiLimniHydrogramme.java 2 Dec 2003 19:54:40 -0000 1.4 --- DLoiLimniHydrogramme.java 9 Apr 2004 19:34:51 -0000 1.5 *************** *** 40,44 **** public DLoiLimniHydrogramme() { super(); ! nom_= "loi limnihydrogramme " + numero_; t_= new double[0]; z_= new double[0]; --- 40,44 ---- public DLoiLimniHydrogramme() { super(); ! nom_= "loi limnihydrogramme 9999999999"; t_= new double[0]; z_= new double[0]; Index: DLoiRegulation.java =================================================================== RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/hydraulique1d/loi/DLoiRegulation.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DLoiRegulation.java 2 Dec 2003 19:54:40 -0000 1.4 --- DLoiRegulation.java 9 Apr 2004 19:34:51 -0000 1.5 *************** *** 38,42 **** public DLoiRegulation() { super(); ! nom_= "loi régulation " + numero_; qAmont_= new double[0]; zAval_= new double[0]; --- 38,42 ---- public DLoiRegulation() { super(); ! nom_= "loi régulation 9999999999"; qAmont_= new double[0]; zAval_= new double[0]; Index: DLoiSeuil.java =================================================================== RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/hydraulique1d/loi/DLoiSeuil.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DLoiSeuil.java 2 Dec 2003 19:54:40 -0000 1.4 --- DLoiSeuil.java 9 Apr 2004 19:34:51 -0000 1.5 *************** *** 37,41 **** public DLoiSeuil() { super(); ! nom_= "loi seuil " + numero_; zAmont_= new double[1][1]; zAval_= new double[1]; --- 37,41 ---- public DLoiSeuil() { super(); ! nom_= "loi seuil 9999999999"; zAmont_= new double[1][1]; zAval_= new double[1]; Index: DLoiHydrogramme.java =================================================================== RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/hydraulique1d/loi/DLoiHydrogramme.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DLoiHydrogramme.java 2 Dec 2003 19:54:40 -0000 1.4 --- DLoiHydrogramme.java 9 Apr 2004 19:34:51 -0000 1.5 *************** *** 38,42 **** public DLoiHydrogramme() { super(); ! nom_= "loi hydrogramme " + numero_; t_= new double[0]; q_= new double[0]; --- 38,42 ---- public DLoiHydrogramme() { super(); ! nom_= "loi hydrogramme 9999999999"; t_= new double[0]; q_= new double[0]; Index: DLoiGeometrique.java =================================================================== RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/hydraulique1d/loi/DLoiGeometrique.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DLoiGeometrique.java 2 Dec 2003 19:54:40 -0000 1.4 --- DLoiGeometrique.java 9 Apr 2004 19:34:51 -0000 1.5 *************** *** 38,42 **** public DLoiGeometrique() { super(); ! nom_= "loi profil crete " + numero_; d_= new double[0]; z_= new double[0]; --- 38,42 ---- public DLoiGeometrique() { super(); ! nom_= "loi profil crete 9999999999"; d_= new double[0]; z_= new double[0]; |