diff options
Diffstat (limited to 'js/Branching/ISELECT_m.js')
-rw-r--r-- | js/Branching/ISELECT_m.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Branching/ISELECT_m.js b/js/Branching/ISELECT_m.js index e86fa950..0169a200 100644 --- a/js/Branching/ISELECT_m.js +++ b/js/Branching/ISELECT_m.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Branching/ISELECT_m.sci" */ function ISELECT_m() { -ISELECT_m.prototype.define = function ISELECT_m() { + ISELECT_m.prototype.define = function ISELECT_m() { z0=1; nout=2; model=scicos_model(); @@ -23,12 +23,12 @@ model.dep_ut=[true,false]; exprs=[[sci2exp(1)],[sci2exp(nout)],[sci2exp(z0)]]; gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); -} -ISELECT_m.prototype.details = function ISELECT_m() { -} -ISELECT_m.prototype.get = function ISELECT_m() { -} -ISELECT_m.prototype.set = function ISELECT_m() { + } + ISELECT_m.prototype.details = function ISELECT_m() { + } + ISELECT_m.prototype.get = function ISELECT_m() { + } + ISELECT_m.prototype.set = function ISELECT_m() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -60,5 +60,5 @@ break; } } } -} + } } |