Skip to content
GitLab
Menu
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
e607f360
Commit
e607f360
authored
Aug 26, 2021
by
Maxim Onciul
Browse files
output input and output length
parent
5ba5d4cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
polar_rs/src/coding.cpp
View file @
e607f360
...
...
@@ -360,7 +360,7 @@ Coding::foldToBytes(vector<uint8_t>* input, unsigned int output_length)
if
(
!
output
)
throw
new
bad_alloc
();
#ifdef TEST
cout
<<
"
i max
: "
<<
dec
<<
output_length
<<
endl
;
cout
<<
"
output_length
: "
<<
dec
<<
output_length
<<
", input_length: "
<<
input
->
size
()
<<
endl
;
cout
<<
"fold to bytes, Output:"
<<
endl
;
#endif // TEST
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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