MASON-INTEREST-L Archives

August 2015

MASON-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Axel Kowald <[log in to unmask]>
Reply To:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Date:
Thu, 13 Aug 2015 15:44:12 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
Hi Sean,
that does not seem to work :-(
globalAttributes.interval is always 1, irrespective of what I specify in
the histogram GUI.
Is that what it should be like ?

axel



Am 13.08.2015 um 15:09 schrieb Sean Luke:
> This is a stupid bug. I believe you can fix it by changing line 360 in sim/portrayal/inspector/ChartingPropertyInspector.java
> from
>
> (lastTime < time || !updatedOnceAlready)) // bug fix
> to
>
> (lastTime + globalAttributes.interval <= time || !updatedOnceAlready)) // bug fix
>
> Sean
>

ATOM RSS1 RSS2