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