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
1065c273
Commit
1065c273
authored
Jun 06, 2018
by
legoc
Browse files
Adding number of events in writeListModeContextToBinary
parent
e35d7596
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lstdpp128/CrateBoard.cpp
View file @
1065c273
...
...
@@ -63,7 +63,7 @@ std::string writeListModeContextToBinary(const ListModeContext & listModeContext
uint32_t
buffer
[
4
+
boardSize
];
buffer
[
0
]
=
1
;
buffer
[
1
]
=
9
;
buffer
[
2
]
=
0
;
buffer
[
2
]
=
listModeContext
.
nbEvents
;
buffer
[
3
]
=
boardSize
;
int
i
=
0
;
...
...
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