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/IntegerOp/LOGIC.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/IntegerOp/LOGIC.js') diff --git a/js/IntegerOp/LOGIC.js b/js/IntegerOp/LOGIC.js index c891ef19..6c4b8ac3 100644 --- a/js/IntegerOp/LOGIC.js +++ b/js/IntegerOp/LOGIC.js @@ -36,6 +36,7 @@ function LOGIC() { var ok = true; this.mat = inverse(arguments[0]["mat"]); this.herit = arguments[0]["herit"]; + var exprs = [arguments[0]["mat"], arguments[0]["herit"]]; if (!ok) { break; } -- cgit