MASON-INTEREST-L Archives

August 2015

MASON-INTEREST-L@LISTSERV.GMU.EDU

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

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

Print Reply
Sender:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Date:
Thu, 13 Aug 2015 15:44:12 +0200
Reply-To:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Message-ID:
Subject:
MIME-Version:
1.0
Content-Transfer-Encoding:
7bit
In-Reply-To:
Content-Type:
text/plain; charset=windows-1252
From:
Axel Kowald <[log in to unmask]>
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