summaryrefslogtreecommitdiff
path: root/js/Events/EVTDLY_c.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Events/EVTDLY_c.js')
-rw-r--r--js/Events/EVTDLY_c.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Events/EVTDLY_c.js b/js/Events/EVTDLY_c.js
index 871a83f4..4d1ac134 100644
--- a/js/Events/EVTDLY_c.js
+++ b/js/Events/EVTDLY_c.js
@@ -13,7 +13,7 @@ function EVTDLY_c() {
this.model.dep_ut = new ScilabDouble([false,false]);
this.exprs = [[string(this.dt)],[sci2exp(this.ff)]];
this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"EVTDLY_c\",sz(1),sz(2));"]);
- this.x = standard_define([3,2],this.model,this.exprs,this.gr_i);
+ this.x = new standard_define(new ScilabDouble([3,2]),this.model,this.exprs,this.gr_i);
return new BasicBlock(this.x);
}
EVTDLY_c.prototype.details = function EVTDLY_c() {