diff options
Diffstat (limited to 'js/Branching/SELECT_m.js')
-rw-r--r-- | js/Branching/SELECT_m.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/SELECT_m.js b/js/Branching/SELECT_m.js index 31529172..6f05f7ca 100644 --- a/js/Branching/SELECT_m.js +++ b/js/Branching/SELECT_m.js @@ -5,7 +5,7 @@ function SELECT_m() { this.nin = 2; this.model = scicos_model(); this.model.sim = list(new ScilabString(["selector_m"]), new ScilabDouble([4])); - this.model.in1 = [[-1],[-1]]; + this.model.in1 = new ScilabDouble([-1],[-1]); this.model.in2 = new ScilabDouble([-2],[-2]); this.model.intyp = new ScilabDouble([1]); this.model.out = new ScilabDouble([-1]); |