diff options
Diffstat (limited to 'js/Linear/TIME_DELAY.js')
-rw-r--r-- | js/Linear/TIME_DELAY.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Linear/TIME_DELAY.js b/js/Linear/TIME_DELAY.js index 94678dec..65dc2668 100644 --- a/js/Linear/TIME_DELAY.js +++ b/js/Linear/TIME_DELAY.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Linear/TIME_DELAY.sci" */ function TIME_DELAY() { -TIME_DELAY.prototype.define = function TIME_DELAY() { + TIME_DELAY.prototype.define = function TIME_DELAY() { nin=1; T=1; init=0; @@ -16,12 +16,12 @@ model.dep_ut=[false,true]; exprs=[[string(T)],[string(init)],[string(N)]]; gr_i=[]; x=standard_define([3.5,2],model,exprs,gr_i); -} -TIME_DELAY.prototype.details = function TIME_DELAY() { -} -TIME_DELAY.prototype.get = function TIME_DELAY() { -} -TIME_DELAY.prototype.set = function TIME_DELAY() { + } + TIME_DELAY.prototype.details = function TIME_DELAY() { + } + TIME_DELAY.prototype.get = function TIME_DELAY() { + } + TIME_DELAY.prototype.set = function TIME_DELAY() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -53,5 +53,5 @@ x.model=model; break; } } -} + } } |