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 May 9, 2024
1 parent a9618ef commit f938a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commit/trk2dictionary/trk2dictionary_c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ unsigned long long int offset, int idx, unsigned int startpos, unsigned int endp
// Variables definition
float fiber[3][MAX_FIB_LEN] = {0} ;
float fiberNorm; // normalization
unsigned int pos=0;
float float_pos=0.0;
unsigned int pos=0;
float float_pos=0.0;
unsigned int N, v, tempTotFibers;
unsigned long int temp_totICSegments;
unsigned short o;
Expand Down

0 comments on commit f938a15

Please sign in to comment.