|
From: <jm_...@us...> - 2003-10-17 16:20:19
|
Update of /cvsroot/fudaa//fudaa_devel/dodico/src/org/fudaa/dodico/hydraulique1d
In directory sc8-pr-cvs1:/tmp/cvs-serv6874
Modified Files:
CGlobal.java
Log Message:
Ajout de variable globale permettant de déactiver la fonction casier et les fonctions
de mascaret V5P2
Index: CGlobal.java
===================================================================
RCS file: /cvsroot/fudaa//fudaa_devel/dodico/src/org/fudaa/dodico/hydraulique1d/CGlobal.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CGlobal.java 18 Mar 2003 12:50:54 -0000 1.2
--- CGlobal.java 17 Oct 2003 16:18:42 -0000 1.3
***************
*** 14,22 ****
/**
* @version $Revision$ $Date$ by $Author$
! * @author Axel von Arnim
*/
public final class CGlobal
{
public final static long PRECISION=10000L;
public static long arrondiLong(double nb)
--- 14,28 ----
/**
* @version $Revision$ $Date$ by $Author$
! * @author Axel von Arnim
*/
public final class CGlobal
{
public final static long PRECISION=10000L;
+
+ public final static boolean autorisationCasier = true;
+
+ public final static boolean autorisation2SingulariteTrans = true;
+ public final static boolean autorisationSeuilLoiEpaisseur = true;
+ public final static boolean autorisationPerteChargeAutoElarg = true;
public static long arrondiLong(double nb)
|