diff options
Diffstat (limited to 'js/Branching/RELAY_f.js')
-rw-r--r-- | js/Branching/RELAY_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/RELAY_f.js b/js/Branching/RELAY_f.js index c55047f1..579b986f 100644 --- a/js/Branching/RELAY_f.js +++ b/js/Branching/RELAY_f.js @@ -15,7 +15,7 @@ function RELAY_f() { 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); + this.x = new standard_define(new ScilabDouble([2,2]),this.model,new ScilabDouble(this.exprs),this.gr_i); return new BasicBlock(this.x); } RELAY_f.prototype.details = function RELAY_f() { |