Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lst
lst-data-process-128
Commits
bb42ecc4
Commit
bb42ecc4
authored
Sep 01, 2016
by
legoc
Browse files
corrected missing jump when a bad event is read in EventArrayAlgorithm
parent
6faa2026
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lstdpp128/EventArrayAlgorithm.h
View file @
bb42ecc4
...
...
@@ -68,6 +68,10 @@ void EventArrayAlgorithm<Processor>::process(int32_t * buffer, int32_t size, Eve
if
(
!
readEvent
(
event
,
bufferPtr
+
index
))
{
_processor
.
processBadEvent
(
event
);
// jump 128 bits
index
+=
EVENT_SIZE_32
;
continue
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment