Skip to content

Commit

Permalink
FormatROD: fix variable names in a comment to match the code
Browse files Browse the repository at this point in the history
  • Loading branch information
biochem-fan authored Aug 2, 2023
1 parent 00bc299 commit 604ea58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dxtbx/boost_python/compression.cc
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ void dxtbx::boost_python::TY6_decompress(int *const ret,
// - When nbit = 2, the pixel value is -1, 0, 1, 2
// - When nbit = 3, the pixel value is -3, -2, 1, 0, 1, 2, 3, 4
// - When nbit - 8, the pixel value is -127, -126, ...,
// 127 (== // SHORT_OVERFLOW_SIGNED), 128 (== LONG_OVERFLOW_SIGNED)
// 127 (== // SHORT_OVERFLOW), 128 (== LONG_OVERFLOW)

// Load values
for (int i = 0; i < 2; i++) {
Expand Down

0 comments on commit 604ea58

Please sign in to comment.