From 0e9bc36f45fa1bb598c6ebb0febc1989439a8d98 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Wed, 11 Jul 2018 12:04:43 +0530 Subject: include in in modelvar --- js/Branching/SWITCH2_m.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Branching/SWITCH2_m.js') diff --git a/js/Branching/SWITCH2_m.js b/js/Branching/SWITCH2_m.js index 4f78bc26..8dbaa1e6 100644 --- a/js/Branching/SWITCH2_m.js +++ b/js/Branching/SWITCH2_m.js @@ -6,7 +6,7 @@ function SWITCH2_m() { rpar = 0; this.model = scicos_model(); this.model.sim = list(new ScilabString(["switch2_m"]), new ScilabDouble([4])); - this.model.in1 = [[-1],[1],[-1]]; + this.model.in1 = new ScilabDouble([-1],[1],[-1]); this.model.in2 = new ScilabDouble([-2],[1],[-2]); this.model.intyp = new ScilabDouble([1]); this.model.out = new ScilabDouble([-1]); -- cgit