From: bdemsky Date: Sun, 15 Feb 2009 20:19:48 +0000 (+0000) Subject: fix bug X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=abff79b581ae95cbfc61f12af597ff31be0dc8e6;p=IRC.git fix bug --- diff --git a/Robust/src/Benchmarks/Performance/Fractal.java b/Robust/src/Benchmarks/Performance/Fractal.java index f885354b..47e61d31 100644 --- a/Robust/src/Benchmarks/Performance/Fractal.java +++ b/Robust/src/Benchmarks/Performance/Fractal.java @@ -112,10 +112,9 @@ public class Fractal { int id = this.id; int group = this.group; float startb = bmin + bdelta * id; - float endb = bmax - bdelta * (group - id); - float bspan = bdelta * group; + float endb = bmax - bdelta * (group - id - 1); for(a=amin;a