summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATPINV.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATPINV.js')
-rw-r--r--js/MatrixOp/MATPINV.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/MatrixOp/MATPINV.js b/js/MatrixOp/MATPINV.js
index 467ea072..e21a49dc 100644
--- a/js/MatrixOp/MATPINV.js
+++ b/js/MatrixOp/MATPINV.js
@@ -23,6 +23,7 @@ function MATPINV() {
label = [sci2exp(1)];
gr_i = [];
this.x = standard_define([2,2],model,label,gr_i);
+ return new BasicBlock(this.x);
}
MATPINV.prototype.details = function MATPINV() {
return this.x;
@@ -68,5 +69,6 @@ function MATPINV() {
break;
}
}
+ return new BasicBlock(this.x);
}
}