summaryrefslogtreecommitdiff
path: root/js/Sources/CLOCK_c.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CLOCK_c.js')
-rw-r--r--js/Sources/CLOCK_c.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/CLOCK_c.js b/js/Sources/CLOCK_c.js
index bb04a18a..dd3d0f6f 100644
--- a/js/Sources/CLOCK_c.js
+++ b/js/Sources/CLOCK_c.js
@@ -82,7 +82,7 @@ function CLOCK_c() {
if (ok) {
xx.graphics.exprs = this.exprs0;
this.model.rpar = [[this.dt],[this.t0]];
- this.model.firing = new ScilabDouble(this.t0);
+ this.model.firing = new ScilabDouble([this.t0]);
xx.model = this.model;
arg1.model.rpar.objs[path-1] = xx;
break;