Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Petre committed Oct 31, 2023
1 parent 4104b2f commit 7eadb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CanlabCore/@atlas/probability_maps_to_region_index.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
for f = 1:length(fnames)
if length(dat.labels) ~= n_regions
for i = 1:length(dropped_ind)
warning('Dropping %s index %d', fnames{f}, dropped_ind);
warning('Dropping %s index %d', fnames{f}, dropped_ind(i));
end
end
if length(dat.(fnames{f})) == n_regions
Expand Down

0 comments on commit 7eadb18

Please sign in to comment.