diff options
Diffstat (limited to 'js/Events/EVTDLY_c.js')
-rw-r--r-- | js/Events/EVTDLY_c.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Events/EVTDLY_c.js b/js/Events/EVTDLY_c.js index 39d4ed47..baf4439f 100644 --- a/js/Events/EVTDLY_c.js +++ b/js/Events/EVTDLY_c.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Events/EVTDLY_c.sci" */ function EVTDLY_c() { -EVTDLY_c.prototype.define = function EVTDLY_c() { + EVTDLY_c.prototype.define = function EVTDLY_c() { dt=0.1; ff=0.0; model=scicos_model(); @@ -14,12 +14,12 @@ model.dep_ut=[false,false]; exprs=[[string(dt)],[sci2exp(ff)]]; gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); -} -EVTDLY_c.prototype.details = function EVTDLY_c() { -} -EVTDLY_c.prototype.get = function EVTDLY_c() { -} -EVTDLY_c.prototype.set = function EVTDLY_c() { + } + EVTDLY_c.prototype.details = function EVTDLY_c() { + } + EVTDLY_c.prototype.get = function EVTDLY_c() { + } + EVTDLY_c.prototype.set = function EVTDLY_c() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -42,5 +42,5 @@ x.model=model; break; } } -} + } } |