diff options
Diffstat (limited to 'js/MatrixOp/MATZREIM.js')
-rw-r--r-- | js/MatrixOp/MATZREIM.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/MatrixOp/MATZREIM.js b/js/MatrixOp/MATZREIM.js index f332d237..a2f7ea3b 100644 --- a/js/MatrixOp/MATZREIM.js +++ b/js/MatrixOp/MATZREIM.js @@ -23,6 +23,7 @@ function MATZREIM() { label = sci2exp(1); gr_i = []; this.x = standard_define([3,2],model,label,gr_i); + return new BasicBlock(this.x); } MATZREIM.prototype.details = function MATZREIM() { return this.x; @@ -72,5 +73,6 @@ function MATZREIM() { break; } } + return new BasicBlock(this.x); } } |