From: eficas <> Date: Fri, 7 Oct 2005 07:57:30 +0000 (+0000) Subject: pour / X-Git-Tag: CC_param_poursuite~72 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a228fe11e263015c98aadc886d4262c134808587;p=modules%2Feficas.git pour / --- 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