diff options
Diffstat (limited to 'js/MatrixOp/MATINV.js')
-rw-r--r-- | js/MatrixOp/MATINV.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/MatrixOp/MATINV.js b/js/MatrixOp/MATINV.js index e8531268..1f4c3589 100644 --- a/js/MatrixOp/MATINV.js +++ b/js/MatrixOp/MATINV.js @@ -42,7 +42,6 @@ function MATINV() { while (true) { var ok = true; this.typ = inverse(arguments[0]["typ"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |