mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Fix TAP calculation glitch
This commit is contained in:
parent
bb61e8962c
commit
3ce49d9354
@ -306,11 +306,9 @@ void RecalcMAP::run()
|
||||
EventStoreType data = EL->raw(e);
|
||||
|
||||
if ((time < minx)) {
|
||||
if (first) {
|
||||
lasttime = time;
|
||||
lastdata = data;
|
||||
first = false;
|
||||
}
|
||||
lasttime = time;
|
||||
lastdata = data;
|
||||
first = false;
|
||||
goto skip;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user