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