diff options
Diffstat (limited to 'js/Sources/SAWTOOTH_f.js')
-rw-r--r-- | js/Sources/SAWTOOTH_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/SAWTOOTH_f.js b/js/Sources/SAWTOOTH_f.js index 70648b65..5292e5b9 100644 --- a/js/Sources/SAWTOOTH_f.js +++ b/js/Sources/SAWTOOTH_f.js @@ -12,7 +12,7 @@ model.out=1; model.evtin=1; model.dstate=0; model.blocktype="c"; -model.dep_ut=[None,true]; +model.dep_ut=[false,true]; exprs=" "; gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); |