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 32e0ee29..910ce11e 100644 --- a/js/Branching/RELAY_f.js +++ b/js/Branching/RELAY_f.js @@ -44,7 +44,7 @@ function RELAY_f() { if (this.z0>this.nin||this.z0<=0) { message("initial connected input is not a valid input port number"); } else { - [model,graphics,ok] = check_io(this.model,graphics,-ones(this.nin,1),-1,ones(this.nin,1),[]); + [this.model,graphics,ok] = check_io(this.model,graphics,-ones(this.nin,1),-1,ones(this.nin,1),[]); if (ok) { graphics.exprs = exprs; this.model.dstate = new ScilabString([this.z0-1]); |