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/Sinks/CSCOPXY.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Sinks/CSCOPXY.js') diff --git a/js/Sinks/CSCOPXY.js b/js/Sinks/CSCOPXY.js index 289f425e..458e7eef 100644 --- a/js/Sinks/CSCOPXY.js +++ b/js/Sinks/CSCOPXY.js @@ -14,7 +14,7 @@ function CSCOPXY() { this.nbr_curves = 1; this.model = scicos_model(); this.model.sim = list(new ScilabString(["cscopxy"]), new ScilabDouble([4])); - this.model.in1 = [[1],[1]]; + this.model.in1 = new ScilabDouble([1],[1]); this.model.in2 = new ScilabDouble([1],[1]); this.model.intyp = new ScilabDouble([1],[1]); this.model.evtin = new ScilabDouble([1]); -- cgit