diff options
Diffstat (limited to 'js/Linear/INTEGRAL_m.js')
-rw-r--r-- | js/Linear/INTEGRAL_m.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Linear/INTEGRAL_m.js b/js/Linear/INTEGRAL_m.js index f5e0b140..a065917a 100644 --- a/js/Linear/INTEGRAL_m.js +++ b/js/Linear/INTEGRAL_m.js @@ -17,6 +17,7 @@ function INTEGRAL_m() { exprs = string([[0],[0],[0],[maxp],[minp]]); gr_i = []; this.x = standard_define([2,2],model,exprs,gr_i); + return new BasicBlock(this.x); } INTEGRAL_m.prototype.details = function INTEGRAL_m() { return this.x; @@ -120,5 +121,6 @@ function INTEGRAL_m() { break; } } + return new BasicBlock(this.x); } } |