diff options
Diffstat (limited to 'js/Sources/GENSQR_f.js')
-rw-r--r-- | js/Sources/GENSQR_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/GENSQR_f.js b/js/Sources/GENSQR_f.js index 3766c73b..1680500e 100644 --- a/js/Sources/GENSQR_f.js +++ b/js/Sources/GENSQR_f.js @@ -34,7 +34,7 @@ model.outtyp=1; model.evtin=1; model.dstate=Amplitude; model.blocktype="d"; -model.dep_ut=[None,None]; +model.dep_ut=[false,false]; exprs=string(Amplitude); gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); |