diff options
Diffstat (limited to 'js/Sources/CLOCK_c.js')
-rw-r--r-- | js/Sources/CLOCK_c.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/CLOCK_c.js b/js/Sources/CLOCK_c.js index dd3d0f6f..10cc65e7 100644 --- a/js/Sources/CLOCK_c.js +++ b/js/Sources/CLOCK_c.js @@ -81,7 +81,7 @@ function CLOCK_c() { } if (ok) { xx.graphics.exprs = this.exprs0; - this.model.rpar = [[this.dt],[this.t0]]; + this.model.rpar = new ScilabDouble([this.dt],[this.t0]); this.model.firing = new ScilabDouble([this.t0]); xx.model = this.model; arg1.model.rpar.objs[path-1] = xx; |