diff options
Diffstat (limited to 'js/Sources/CLKINV_f.js')
-rw-r--r-- | js/Sources/CLKINV_f.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Sources/CLKINV_f.js b/js/Sources/CLKINV_f.js index 2c1d03b7..c508c199 100644 --- a/js/Sources/CLKINV_f.js +++ b/js/Sources/CLKINV_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sources/CLKINV_f.sci" */ function CLKINV_f() { -CLKINV_f.prototype.define = function CLKINV_f() { + CLKINV_f.prototype.define = function CLKINV_f() { prt=1; model=scicos_model(); model.sim="input"; @@ -12,12 +12,12 @@ model.dep_ut=[false,false]; exprs=string(prt); gr_i=[]; x=standard_define([1,1],model,exprs,gr_i); -} -CLKINV_f.prototype.details = function CLKINV_f() { -} -CLKINV_f.prototype.get = function CLKINV_f() { -} -CLKINV_f.prototype.set = function CLKINV_f() { + } + CLKINV_f.prototype.details = function CLKINV_f() { + } + CLKINV_f.prototype.get = function CLKINV_f() { + } + CLKINV_f.prototype.set = function CLKINV_f() { x=arg1; graphics=arg1.graphics; model=arg1.model; @@ -41,5 +41,5 @@ x.model=model; break; } } -} + } } |