Skip to content

Commit

Permalink
Refactor variable names in trk2dictionary_c.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fullbat committed Jun 28, 2024
1 parent 659c0bb commit 3fd5168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit/trk2dictionary/trk2dictionary_c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ unsigned long long int offset, int idx, unsigned int startpos, unsigned int endp
float_pos = 1.0;
}

pos = (int)round(float_pos*256.0);
pos = (int)round(float_pos*255.0);

fwrite( &pos, 4, 1, pDict_IC_pos );
fwrite( &sumFibers, 4, 1, pDict_IC_f );
Expand Down

0 comments on commit 3fd5168

Please sign in to comment.