diff options
Diffstat (limited to 'js/Branching/ISELECT_m.js')
-rw-r--r-- | js/Branching/ISELECT_m.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Branching/ISELECT_m.js b/js/Branching/ISELECT_m.js index 20e063a5..2d9555f0 100644 --- a/js/Branching/ISELECT_m.js +++ b/js/Branching/ISELECT_m.js @@ -23,6 +23,7 @@ function ISELECT_m() { exprs = [[sci2exp(1)],[sci2exp(nout)],[sci2exp(z0)]]; gr_i = []; this.x = standard_define([3,2],model,exprs,gr_i); + return new BasicBlock(this.x); } ISELECT_m.prototype.details = function ISELECT_m() { return this.x; @@ -61,5 +62,6 @@ function ISELECT_m() { } } } + return new BasicBlock(this.x); } } |