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