[isis-fish-Bugs][1838] Equation continue plante
Bugs item #1838, was opened at 05/05/2009 15:18 You can respond by visiting: http://labs.libre-entreprise.org/tracker/?func=detail&atid=113&aid=1838&group_id=8 Or by replying to this e-mail entering your response between the following markers: #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ (enter your response here) #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ Status: Open Priority: 5 Submitted By: Jean Couteau (jcouteau)
Assigned to: Eric Chatellier (chatellier) Summary: Equation continue plante Category: Interface Simulation Group: EC-2009 Resolution: Wont Fix
Initial Comment: Sur la base Golfe de Gascogne, l'quation taux de mortalit plante quand on veut la mettre en facteur : Si on saisit le paramtre Ktemp et qu'on valide, il n'est pas remplac (pas tout le temps) par context.getValueAndCompute(.....). Il faut le tapper la main (cela peut entraner des erreurs de saisie...) Code de l'quation : double Ktemp=1.0; if (group == null) return Ktemp*0.0; else if (group.getId() == 0) return Ktemp*0.0; else if (group.getId() == 1) return Ktemp*0.25; else if (group.getId() == 2) return Ktemp*0.2; else if (group.getId() == 3) return Ktemp*0.2; else if (group.getId() == 4) return Ktemp*0.2; else if (group.getId() == 5) return Ktemp*0.2; else if (group.getId() == 6) return Ktemp*0.2; else if (group.getId() == 7) return Ktemp*0.2; else if (group.getId() == 8) return Ktemp*0.2; else if (group.getId() == 9) return Ktemp*0.2; else return Ktemp*0; ----------------------------------------------------------------------
Comment By: Eric Chatellier (chatellier) Date: 05/05/2009 17:13
Message: Je n'ai pas russi reproduire l'erreur. Avez-vous un cas prcis ? ---------------------------------------------------------------------- You can respond by visiting: http://labs.libre-entreprise.org/tracker/?func=detail&atid=113&aid=1838&group_id=8
participants (1)
-
noreply@labs.libre-entreprise.org