diff options
Diffstat (limited to 'js/Linear/INTEGRAL.js')
-rw-r--r-- | js/Linear/INTEGRAL.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Linear/INTEGRAL.js b/js/Linear/INTEGRAL.js index 4184d619..12b96030 100644 --- a/js/Linear/INTEGRAL.js +++ b/js/Linear/INTEGRAL.js @@ -16,6 +16,7 @@ function INTEGRAL() { gr_i = []; this.x = standard_define([2,2],model,exprs,gr_i); this.x.graphics.id = "1/s"; + return new BasicBlock(this.x); } INTEGRAL.prototype.details = function INTEGRAL() { return this.x; @@ -77,5 +78,6 @@ function INTEGRAL() { break; } } + return new BasicBlock(this.x); } } |