diff options
Diffstat (limited to 'js/MatrixOp/EXTRACT.js')
-rw-r--r-- | js/MatrixOp/EXTRACT.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/MatrixOp/EXTRACT.js b/js/MatrixOp/EXTRACT.js index 93f519eb..ee7f77bb 100644 --- a/js/MatrixOp/EXTRACT.js +++ b/js/MatrixOp/EXTRACT.js @@ -46,6 +46,7 @@ function EXTRACT() { this.typ = inverse(arguments[0]["typ"]); this.a = inverse(arguments[0]["a"]); this.b = inverse(arguments[0]["b"]); + var exprs = [arguments[0]["typ"], arguments[0]["a"], arguments[0]["b"]]; this.a = this.a.slice(); this.b = this.b.slice(); if (!ok) { |