summaryrefslogtreecommitdiff
path: root/js/Branching/SELECT_m.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/SELECT_m.js')
-rw-r--r--js/Branching/SELECT_m.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/SELECT_m.js b/js/Branching/SELECT_m.js
index ad79cc27..7690d04d 100644
--- a/js/Branching/SELECT_m.js
+++ b/js/Branching/SELECT_m.js
@@ -19,7 +19,7 @@ function SELECT_m() {
this.model.evtin = new ScilabDouble([ones(this.nin,1)]);
this.model.dstate = new ScilabDouble([this.z0]);
this.model.blocktype = new ScilabString(["c"]);
- this.model.dep_ut = new ScilabDouble([true,false]);
+ this.model.dep_ut = new ScilabBoolean([true,false]);
this.exprs = [[sci2exp(1)],[sci2exp(this.nin)],[sci2exp(this.z0)]];
this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"SELECT_m\",sz(1),sz(2));"]);
this.x = new standard_define(new ScilabDouble([3,2]),this.model,this.exprs,this.gr_i);