Skip to content

Commit

Permalink
Corrected bug.
Browse files Browse the repository at this point in the history
Added missing variable.
  • Loading branch information
robdahn committed Jun 12, 2024
1 parent 52f8e9c commit 6c4ef22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cat_vol_sanlm.m
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@
clear srcRS srcr srcR;
src = src / 2;
end
else
NCstrr1 = 0; NCstrr2 = 0;
end

NCstrr = mean([NCstrr1 NCstrr2]); % or sum() / 2 ;
Expand Down

0 comments on commit 6c4ef22

Please sign in to comment.