diff options
Diffstat (limited to 'js/Sources/CONST.js')
-rw-r--r-- | js/Sources/CONST.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Sources/CONST.js b/js/Sources/CONST.js index 096e96f7..7293695b 100644 --- a/js/Sources/CONST.js +++ b/js/Sources/CONST.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sources/CONST.sci" */ function CONST() { -CONST.prototype.define = function CONST() { + CONST.prototype.define = function CONST() { C=1; model=scicos_model(); model.sim=list("cstblk4",4); @@ -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.prototype.details = function CONST() { -} -CONST.prototype.get = function CONST() { -} -CONST.prototype.set = function CONST() { + } + CONST.prototype.details = function CONST() { + } + CONST.prototype.get = function CONST() { + } + CONST.prototype.set = function CONST() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -42,5 +42,5 @@ x.model=model; break; } } -} + } } |