summaryrefslogtreecommitdiff
path: root/js/Threshold/POSTONEG_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Threshold/POSTONEG_f.js')
-rw-r--r--js/Threshold/POSTONEG_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Threshold/POSTONEG_f.js b/js/Threshold/POSTONEG_f.js
index 83c96a63..d6b41d93 100644
--- a/js/Threshold/POSTONEG_f.js
+++ b/js/Threshold/POSTONEG_f.js
@@ -7,7 +7,7 @@ function POSTONEG_f() {
this.model.nzcross = new ScilabDouble([1]);
this.model.in1 = new ScilabDouble([1]);
this.model.evtout = new ScilabDouble([1]);
- this.model.rpar = [[-1],[-1],[-1],[0]];
+ this.model.rpar = new ScilabDouble([-1],[-1],[-1],[0]);
this.model.blocktype = new ScilabString(["z"]);
this.model.dep_ut = [true,false];
this.model.firing = [-1];