Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nacslab committed Mar 22, 2024
1 parent a7f8011 commit 7cc8dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataProcessTools.m
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

if ~iscell(sites_to_avg)
tmpIdx = cell(num_survival,1);
for i = 1:num_loading
for i = 1:num_survival
tmpIdx{i} = sites_to_avg;
end
sites_to_avg = tmpIdx;
Expand Down

0 comments on commit 7cc8dab

Please sign in to comment.