diff options
Diffstat (limited to 'js/Events/IFTHEL_f.js')
-rw-r--r-- | js/Events/IFTHEL_f.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Events/IFTHEL_f.js b/js/Events/IFTHEL_f.js index a3ea4b20..5dd2d712 100644 --- a/js/Events/IFTHEL_f.js +++ b/js/Events/IFTHEL_f.js @@ -16,6 +16,7 @@ function IFTHEL_f() { gr_i = []; exprs = [[string(model.in1)],[string(model.nmode)]]; this.x = standard_define([3,3],model,exprs,gr_i); + return new BasicBlock(this.x); } IFTHEL_f.prototype.details = function IFTHEL_f() { return this.x; @@ -57,5 +58,6 @@ function IFTHEL_f() { break; } } + return new BasicBlock(this.x); } } |