diff options
Diffstat (limited to 'js/Sinks/AFFICH_m.js')
-rw-r--r-- | js/Sinks/AFFICH_m.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sinks/AFFICH_m.js b/js/Sinks/AFFICH_m.js index 5121a006..14957e35 100644 --- a/js/Sinks/AFFICH_m.js +++ b/js/Sinks/AFFICH_m.js @@ -8,7 +8,7 @@ function AFFICH_m() { this.nd = 1; this.in1 = [1,1]; this.model = scicos_model(); - this.model.sim = list("affich2",4); + this.model.sim = list(new ScilabString("affich2"),new ScilabDouble(4)); this.model.in1 = new ScilabDouble(this.in1[1-1][1-1]); this.model.in2 = new ScilabDouble(this.in1[1-1][2-1]); this.model.evtin = new ScilabDouble(1); |