diff options
Diffstat (limited to 'js/Branching/ISELECT_f.js')
-rw-r--r-- | js/Branching/ISELECT_f.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Branching/ISELECT_f.js b/js/Branching/ISELECT_f.js index 81e149de..49100737 100644 --- a/js/Branching/ISELECT_f.js +++ b/js/Branching/ISELECT_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Branching/ISELECT_f.sci" */ function ISELECT_f() { -ISELECT_f.prototype.define = function ISELECT_f() { + ISELECT_f.prototype.define = function ISELECT_f() { z0=0; out=[[-1],[-1]]; nout=2; @@ -15,12 +15,12 @@ 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() { + } + ISELECT_f.prototype.details = function ISELECT_f() { + } + ISELECT_f.prototype.get = function ISELECT_f() { + } + ISELECT_f.prototype.set = function ISELECT_f() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -43,5 +43,5 @@ break; } } } -} + } } |