diff options
Diffstat (limited to 'js/Events/MCLOCK_f.js')
-rw-r--r-- | js/Events/MCLOCK_f.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Events/MCLOCK_f.js b/js/Events/MCLOCK_f.js index 0f5f1d23..aac463a8 100644 --- a/js/Events/MCLOCK_f.js +++ b/js/Events/MCLOCK_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Events/MCLOCK_f.sci" */ function MCLOCK_f() { -MCLOCK_f.prototype.define = function MCLOCK_f() { + MCLOCK_f.prototype.define = function MCLOCK_f() { nn=2; dt=0.1; exprs=[[string(dt)],[string(nn)]]; @@ -67,12 +67,12 @@ x.model.evtout=[[1],[1]]; x.model.blocktype="h"; x.model.rpar=diagram; x.graphics.peout=[[0],[0]]; -} -MCLOCK_f.prototype.details = function MCLOCK_f() { -} -MCLOCK_f.prototype.get = function MCLOCK_f() { -} -MCLOCK_f.prototype.set = function MCLOCK_f() { + } + MCLOCK_f.prototype.details = function MCLOCK_f() { + } + MCLOCK_f.prototype.get = function MCLOCK_f() { + } + MCLOCK_f.prototype.set = function MCLOCK_f() { for (i=1;i<=length(arg1.model.rpar.objs);i+=1) { o=arg1.model.rpar.objs(i); if (typeof(o)=="Block"&&o.gui=="MFCLCK_f") { @@ -91,5 +91,5 @@ newpar[size(newpar)+1-1]=path; x=arg1; y=0; typ=newpar; -} + } } |