diff options
Diffstat (limited to 'js/Sources/GEN_SQR.js')
-rw-r--r-- | js/Sources/GEN_SQR.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Sources/GEN_SQR.js b/js/Sources/GEN_SQR.js index 4565cb48..ef910eed 100644 --- a/js/Sources/GEN_SQR.js +++ b/js/Sources/GEN_SQR.js @@ -48,6 +48,7 @@ function GEN_SQR() { exprs = [sci2exp(Amin),sci2exp(Amax),sci2exp(rule),sci2exp(F)]; gr_i = []; this.x = standard_define([3,2],model,exprs,gr_i); + return new BasicBlock(this.x); } GEN_SQR.prototype.details = function GEN_SQR() { return this.x; @@ -88,5 +89,6 @@ function GEN_SQR() { ok = false; } } + return new BasicBlock(this.x); } } |