mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 03:30:44 +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);
|
EventStoreType data = EL->raw(e);
|
||||||
|
|
||||||
if ((time < minx)) {
|
if ((time < minx)) {
|
||||||
if (first) {
|
lasttime = time;
|
||||||
lasttime = time;
|
lastdata = data;
|
||||||
lastdata = data;
|
first = false;
|
||||||
first = false;
|
|
||||||
}
|
|
||||||
goto skip;
|
goto skip;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user