diff options
Diffstat (limited to 'js/Sources/CONST_m.js')
-rw-r--r-- | js/Sources/CONST_m.js | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/js/Sources/CONST_m.js b/js/Sources/CONST_m.js index 579e9867..627d575b 100644 --- a/js/Sources/CONST_m.js +++ b/js/Sources/CONST_m.js @@ -1,5 +1,23 @@ /* autogenerated from "macros/Sources/CONST_m.sci" */ function CONST_m() { +CONST_m.prototype.define = function CONST_m() { +C=[1]; +model=scicos_model(); +model.sim=list("cstblk4",4); +model.in1=[]; +model.out=size(C,1); +model.in2=[]; +model.out2=size(C,2); +model.rpar=C; +model.opar=list(); +model.blocktype="d"; +model.dep_ut=[false,false]; +exprs=sci2exp(C); +gr_i=[]; +x=standard_define([2,2],model,exprs,gr_i); +} +CONST_m.prototype.details = function CONST_m() { +} CONST_m.prototype.get = function CONST_m() { } CONST_m.prototype.set = function CONST_m() { @@ -51,22 +69,4 @@ break } } } -CONST_m.prototype.define = function CONST_m() { -C=[1]; -model=scicos_model(); -model.sim=list("cstblk4",4); -model.in1=[]; -model.out=size(C,1); -model.in2=[]; -model.out2=size(C,2); -model.rpar=C; -model.opar=list(); -model.blocktype="d"; -model.dep_ut=[false,false]; -exprs=sci2exp(C); -gr_i=[]; -x=standard_define([2,2],model,exprs,gr_i); -} -CONST_m.prototype.details = function CONST_m() { -} } |