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