summaryrefslogtreecommitdiff
path: root/js/Branching/RELAY_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/RELAY_f.js')
-rw-r--r--js/Branching/RELAY_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/RELAY_f.js b/js/Branching/RELAY_f.js
index 0e348a7c..c55047f1 100644
--- a/js/Branching/RELAY_f.js
+++ b/js/Branching/RELAY_f.js
@@ -12,7 +12,7 @@ function RELAY_f() {
this.model.dstate = new ScilabDouble([i0]);
this.model.blocktype = new ScilabString(["c"]);
this.model.firing = new ScilabDouble([]);
- this.model.dep_ut = new ScilabDouble([true,true]);
+ this.model.dep_ut = new ScilabBoolean([true,true]);
this.exprs = [[string(this.nin)],[string(i0+1)]];
this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"RELAY_f\",sz(1),sz(2));"]);
this.x = new standard_define(new ScilabDouble([2,2]),this.model,this.exprs,this.gr_i);