From a228fe11e263015c98aadc886d4262c134808587 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Fri, 7 Oct 2005 07:57:30 +0000 Subject: [PATCH] pour / --- Noyau/N_FONCTION.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Noyau/N_FONCTION.py b/Noyau/N_FONCTION.py index ccdf3786..41bb35f4 100644 --- a/Noyau/N_FONCTION.py +++ b/Noyau/N_FONCTION.py @@ -1,4 +1,4 @@ -#@ MODIF N_FONCTION Noyau DATE 17/05/2005 AUTEUR DURAND C.DURAND +#@ MODIF N_FONCTION Noyau DATE 19/09/2005 AUTEUR DURAND C.DURAND # -*- coding: iso-8859-1 -*- # CONFIGURATION MANAGEMENT OF EDF VERSION # ====================================================================== @@ -20,6 +20,11 @@ # # ====================================================================== +# attention ! cet import permet d'avoir, dans les formules, le comportement +# de la division réelle pour les entiers, et non la division entière +# 1/2=0.5 (et non 0) +from __future__ import division + from N_ASSD import ASSD import string -- 2.39.2