diff options
Diffstat (limited to 'js/Threshold/POSTONEG_f.js')
-rw-r--r-- | js/Threshold/POSTONEG_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Threshold/POSTONEG_f.js b/js/Threshold/POSTONEG_f.js index 8913a995..4d4ec11f 100644 --- a/js/Threshold/POSTONEG_f.js +++ b/js/Threshold/POSTONEG_f.js @@ -3,7 +3,7 @@ function POSTONEG_f() { POSTONEG_f.prototype.define = function POSTONEG_f() { rpar = [[-1],[-1],[-1],[0]]; this.model = scicos_model(); - this.model.sim = list("zcross",1); + this.model.sim = list(new ScilabString("zcross"),new ScilabDouble(1)); this.model.nzcross = new ScilabDouble(1); this.model.in1 = new ScilabDouble(1); this.model.evtout = new ScilabDouble(1); |