Commit 5f9c9a2940dc348966a6e420ece47e9526d64610
1 parent
e6d55112
update rapport
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rapport.md
... | ... | @@ -346,7 +346,7 @@ Class Case{ |
346 | 346 | |
347 | 347 | if (!formula.creerCycle()) |
348 | 348 | formule=formula |
349 | - this.updateValeur(); | |
349 | + this.updateValeur(); // equivaut à valeur=formula.eval(); | |
350 | 350 | for(int i=0; i<utiliseDans.size(); i++) |
351 | 351 | utiliseDans.get(i).updateValeur(); |
352 | 352 | else | ... | ... |