diff options
Diffstat (limited to 'js/Branching/ISELECT_f.js')
-rw-r--r-- | js/Branching/ISELECT_f.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/Branching/ISELECT_f.js b/js/Branching/ISELECT_f.js index 91d0c2d5..7e7fcaf9 100644 --- a/js/Branching/ISELECT_f.js +++ b/js/Branching/ISELECT_f.js @@ -61,4 +61,11 @@ function ISELECT_f() { ISELECT_f.prototype.get_popup_title = function ISELECT_f() { return this.set_param_popup_title; } + ISELECT_f.prototype.importset = function ISELECT_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.nout = ary[0]; + this.z0 = ary[1]; + } + ISELECT_f.prototype.getContainer = function ISELECT_f() { return new BasicBlock(this.x); } } |