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/Branching/SCALAR2VECTOR.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/Branching/SCALAR2VECTOR.js') diff --git a/js/Branching/SCALAR2VECTOR.js b/js/Branching/SCALAR2VECTOR.js index e6c2adec..8564a431 100644 --- a/js/Branching/SCALAR2VECTOR.js +++ b/js/Branching/SCALAR2VECTOR.js @@ -27,6 +27,7 @@ function SCALAR2VECTOR() { while (true) { var ok = true; this.nout = parseFloat(arguments[0]["nout"]); + var exprs = [arguments[0]["nout"]]; if (!ok) { break; } -- cgit