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 df5efac0..80cfda5f 100644 --- a/js/Branching/SELECT_m.js +++ b/js/Branching/SELECT_m.js @@ -4,7 +4,7 @@ function SELECT_m() { this.z0 = 1; this.nin = 2; this.model = scicos_model(); - this.model.sim = list("selector_m",4); + this.model.sim = list(new ScilabString("selector_m"),new ScilabDouble(4)); this.model.in1 = [[-1],[-1]]; this.model.in2 = [[-2],[-2]]; this.model.intyp = new ScilabDouble(1); |