diff options
Diffstat (limited to 'js/MatrixOp/EXTRACT.js')
-rw-r--r-- | js/MatrixOp/EXTRACT.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/MatrixOp/EXTRACT.js b/js/MatrixOp/EXTRACT.js index 973e75c0..1678b4c7 100644 --- a/js/MatrixOp/EXTRACT.js +++ b/js/MatrixOp/EXTRACT.js @@ -37,9 +37,9 @@ function EXTRACT() { return options; } EXTRACT.prototype.set = function EXTRACT() { - this.typ = inverse((arguments[0]["typ"])) - this.a = inverse((arguments[0]["a"])) - this.b = inverse((arguments[0]["b"])) + this.typ = inverse(arguments[0]["typ"]) + this.a = inverse(arguments[0]["a"]) + this.b = inverse(arguments[0]["b"]) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; |