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/MATZREIM.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/MatrixOp/MATZREIM.js') diff --git a/js/MatrixOp/MATZREIM.js b/js/MatrixOp/MATZREIM.js index 1bd5c35d..0ce616b7 100644 --- a/js/MatrixOp/MATZREIM.js +++ b/js/MatrixOp/MATZREIM.js @@ -42,6 +42,7 @@ function MATZREIM() { while (true) { var ok = true; this.decomptyp = arguments[0]["decomptyp"]; + var lab = [arguments[0]["decomptyp"]]; if (!ok) { break; } -- cgit