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