summaryrefslogtreecommitdiff
path: root/js/Events/IFTHEL_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Events/IFTHEL_f.js')
-rw-r--r--js/Events/IFTHEL_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Events/IFTHEL_f.js b/js/Events/IFTHEL_f.js
index bdb52c06..f4a14f8a 100644
--- a/js/Events/IFTHEL_f.js
+++ b/js/Events/IFTHEL_f.js
@@ -7,7 +7,7 @@ function IFTHEL_f() {
this.model.in2 = new ScilabDouble([1]);
this.model.intyp = new ScilabDouble([-1]);
this.model.evtin = new ScilabDouble([1]);
- this.model.evtout = [[1],[1]];
+ this.model.evtout = new ScilabDouble([1],[1]);
this.model.blocktype = new ScilabString(["l"]);
this.model.firing = [-1,-1];
this.model.dep_ut = [true,false];