summaryrefslogtreecommitdiff
path: root/js/MatrixOp/SUBMAT.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/SUBMAT.js')
-rw-r--r--js/MatrixOp/SUBMAT.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/SUBMAT.js b/js/MatrixOp/SUBMAT.js
index c613a1fd..1f6bce0f 100644
--- a/js/MatrixOp/SUBMAT.js
+++ b/js/MatrixOp/SUBMAT.js
@@ -40,7 +40,7 @@ function SUBMAT() {
return options;
}
SUBMAT.prototype.set = function SUBMAT() {
- this.typ = parseFloat((arguments[0]["typ"]))
+ this.typ = inverse((arguments[0]["typ"]))
this.a = parseFloat((arguments[0]["a"]))
this.b = parseFloat((arguments[0]["b"]))
this.c = parseFloat((arguments[0]["c"]))