MantisBT - Hall D Offline
View Issue Details
0000339Hall D OfflineGeneralpublic2013-05-03 20:562014-12-02 16:49
pmatt 
davidl 
lowtrivialalways
resolvedfixed 
0000339: Minor EVENTS_TO_SKIP bug
In the 0.6.6p1 release of JANA, on line 559 of JApplication.cc (in the EventBufferThread function), the EVENTS_TO_SKIP condition should be <= instead of <. You can see this by setting EVENTS_TO_SKIP = 1 and it won't skip anything. It's because NEvents_Read is incremented to 1 in ReadEvent, prior to this check.
This is ridiculously minor, and I would check it in myself if I knew how.
No tags attached.
Issue History
2013-05-03 20:56pmattNew Issue
2013-05-03 20:58pmattStatusnew => assigned
2013-05-03 20:58pmattAssigned To => davidl
2014-12-02 16:49davidlNote Added: 0000618
2014-12-02 16:49davidlStatusassigned => resolved
2014-12-02 16:49davidlResolutionopen => fixed

Notes
(0000618)
davidl   
2014-12-02 16:49   
I believe this was fixed quite some time ago, but never marked as resolved.