Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxim Onciul
pi_files
Commits
c669ae30
Commit
c669ae30
authored
Aug 26, 2021
by
Maxim Onciul
Browse files
argh
parent
0b53bc7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
polar_rs/src/coding.cpp
View file @
c669ae30
...
...
@@ -373,7 +373,7 @@ Coding::foldToBytes(vector<uint8_t>* input, unsigned int output_length)
}
output
[
i
]
=
intermediate
;
#ifdef TEST
cout
<<
bitset
<
8
>
(
output
[
i
])
<<
" "
<<
flush
;
cout
<<
j
<<
": "
<<
bitset
<
8
>
(
output
[
i
])
<<
" "
<<
flush
;
#endif // TEST
}
#ifdef TEST
...
...
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