summaryrefslogtreecommitdiff
path: root/js/MatrixOp/EXTTRI.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/EXTTRI.js')
-rw-r--r--js/MatrixOp/EXTTRI.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/EXTTRI.js b/js/MatrixOp/EXTTRI.js
index b7a48aca..8252ac59 100644
--- a/js/MatrixOp/EXTTRI.js
+++ b/js/MatrixOp/EXTTRI.js
@@ -36,7 +36,7 @@ function EXTTRI() {
return options;
}
EXTTRI.prototype.set = function EXTTRI() {
- this.typ = parseFloat((arguments[0]["typ"]))
+ this.typ = inverse((arguments[0]["typ"]))
this.decomptyp = parseFloat((arguments[0]["decomptyp"]))
this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;