diff options
Diffstat (limited to 'js/Threshold/GENERAL_f.js')
-rw-r--r-- | js/Threshold/GENERAL_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Threshold/GENERAL_f.js b/js/Threshold/GENERAL_f.js index fbcf1cf8..3e451bd1 100644 --- a/js/Threshold/GENERAL_f.js +++ b/js/Threshold/GENERAL_f.js @@ -43,7 +43,7 @@ rp=matrix(rpar,nout,2^(2*nin)); rp=-1*ones(nout1,2^(2*nin1)); } n=size(rp,2)/2; -result=x_mdialog("routing matrix",string.slice(1-1,nout1),string.slice(1-1,2^(2*nin1)),string[rp.slice().slice()-1]); +result=x_mdialog("routing matrix",string(1,nout1),string(1,2^(2*nin1)),string(rp.slice().slice())); if (result!=[]) { rp.slice(1-1,nout1).slice(1-1,2*n)=evstr(result); model.nzcross=in1; |