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.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/MatrixOp/EXTTRI.js b/js/MatrixOp/EXTTRI.js
index 8252ac59..575b6398 100644
--- a/js/MatrixOp/EXTTRI.js
+++ b/js/MatrixOp/EXTTRI.js
@@ -36,9 +36,9 @@ function EXTTRI() {
return options;
}
EXTTRI.prototype.set = function EXTTRI() {
- this.typ = inverse((arguments[0]["typ"]))
- this.decomptyp = parseFloat((arguments[0]["decomptyp"]))
- this.lab = parseFloat((arguments[0]["lab"]))
+ this.typ = inverse(arguments[0]["typ"])
+ this.decomptyp = arguments[0]["decomptyp"]
+ this.lab = arguments[0]["lab"]
this.x = arg1;
model = arg1.model;
graphics = arg1.graphics;