diff options
Diffstat (limited to 'js/Branching/DEMUX.js')
-rw-r--r-- | js/Branching/DEMUX.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/DEMUX.js b/js/Branching/DEMUX.js index b5646b57..accb79b8 100644 --- a/js/Branching/DEMUX.js +++ b/js/Branching/DEMUX.js @@ -12,7 +12,7 @@ function DEMUX() { this.model.dep_ut = new ScilabBoolean([true,false]); this.exprs = string(this.out); this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"DEMUX\",sz(1),sz(2));"]); - this.x = new standard_define(new ScilabDouble([.5,2]),this.model,this.exprs,this.gr_i); + this.x = new standard_define(new ScilabDouble([.5,2]),this.model,new ScilabString([this.exprs]),this.gr_i); return new BasicBlock(this.x); } DEMUX.prototype.details = function DEMUX() { |