Skip to content

Commit

Permalink
Fix to indexing of voxels
Browse files Browse the repository at this point in the history
  • Loading branch information
czarrar committed Sep 2, 2015
1 parent 2383dca commit 7d8fe59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/clustcor/inline_connectir.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ mat sizes(0,1); mat masses(0,1);
for(size_t i = 0; i < n_voxs; ++i)
{
c_ind = all_inds(i);
c_ind = all_inds(i) - 1;
if (voxs_to_use(c_ind) == 0) continue;
Expand Down

0 comments on commit 7d8fe59

Please sign in to comment.