diff options
Diffstat (limited to 'js/Branching/ISELECT_f.js')
-rw-r--r-- | js/Branching/ISELECT_f.js | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/js/Branching/ISELECT_f.js b/js/Branching/ISELECT_f.js index aed81d8f..b30e341d 100644 --- a/js/Branching/ISELECT_f.js +++ b/js/Branching/ISELECT_f.js @@ -1,5 +1,23 @@ /* autogenerated from "macros/Branching/ISELECT_f.sci" */ function ISELECT_f() { +ISELECT_f.prototype.define = function ISELECT_f() { +z0=0; +out=[-1,-1]; +nout=2; +model=scicos_model(); +model.sim=list("selector",2); +model.in1=-1; +model.out=out; +model.evtin=ones(out); +model.dstate=z0; +model.blocktype="c"; +model.dep_ut=[true,false]; +exprs=[string(nout),string(z0+1)]; +gr_i=[]; +x=standard_define([2,2],model,exprs,gr_i); +} +ISELECT_f.prototype.details = function ISELECT_f() { +} ISELECT_f.prototype.get = function ISELECT_f() { } ISELECT_f.prototype.set = function ISELECT_f() { @@ -26,22 +44,4 @@ break } } } -ISELECT_f.prototype.define = function ISELECT_f() { -z0=0; -out=[-1,-1]; -nout=2; -model=scicos_model(); -model.sim=list("selector",2); -model.in1=-1; -model.out=out; -model.evtin=ones(out); -model.dstate=z0; -model.blocktype="c"; -model.dep_ut=[true,false]; -exprs=[string(nout),string(z0+1)]; -gr_i=[]; -x=standard_define([2,2],model,exprs,gr_i); -} -ISELECT_f.prototype.details = function ISELECT_f() { -} } |