Skip to content

Commit

Permalink
fix a typo/error in the index naming convention. (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Dec 10, 2020
1 parent e6c081a commit b59d4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k2/csrc/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ namespace k2 {
int32_t idx0, idx1, idx2; # provided
int32_t idx0x = t.row_splits1[idx0],
idx01 = idx0x + idx1,
idx01x = t.row_splits2[idx1],
idx01x = t.row_splits2[idx01],
idx012 = idx01x + idx2,
idx0xx = t.row_splits2[idx0x],
idx12 = idx012 - idx0xx;
Expand Down

0 comments on commit b59d4b1

Please sign in to comment.