Skip to content

Commit

Permalink
Update BSS.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafnuss committed Jun 13, 2019
1 parent 00af09c commit 6f5c938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BSS.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function [Rest,ww, t, k, parm] = BSS(nx,ny,hd,f0,sec,parm)
function [Rest, w, t, k, parm] = BSS(nx,ny,hd,f0,sec,parm)

tik.global = tic;
%% * *INPUT CEHCKING*
Expand Down Expand Up @@ -296,7 +296,7 @@


i_t = mod(i_real,size(aggr.T,1));
if i_t==0;
if i_t==0
i_t=size(aggr.T,1);
end
assert(x<=1,'error')
Expand Down

0 comments on commit 6f5c938

Please sign in to comment.