From 17a1beeeae647a6fbd0904a5d794ce7754df7eb2 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 27 Aug 2018 16:37:59 +0530 Subject: set the initial value of exprs --- js/MatrixOp/MATTRAN.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/MatrixOp/MATTRAN.js') diff --git a/js/MatrixOp/MATTRAN.js b/js/MatrixOp/MATTRAN.js index 735ff083..b6cff444 100644 --- a/js/MatrixOp/MATTRAN.js +++ b/js/MatrixOp/MATTRAN.js @@ -32,6 +32,7 @@ function MATTRAN() { var ok = true; this.typ = inverse(arguments[0]["typ"]); this.rule = arguments[0]["rule"]; + var exprs = [arguments[0]["typ"], arguments[0]["rule"]]; if (!ok) { break; } -- cgit