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