Skip to content

Commit 9460864

Browse files
committed
bootridge: added missing semicolon
1 parent 80755af commit 9460864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/bootridge.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@
20012001
%! if dec_r_ci(sig_idx, j)
20022002
%! sig_hits_r = sig_hits_r + 1;
20032003
%! if sign(S_r.coefficient(2,j)) ~= sign(snr)
2004-
%! type_s_r = type_s_r + 1
2004+
%! type_s_r = type_s_r + 1;
20052005
%! end
20062006
%! type_m_r = type_m_r + (abs(S_r.coefficient(2,j)) / abs(snr));
20072007
%! end

0 commit comments

Comments
 (0)