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/Sources/GENSQR_f.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/Sources/GENSQR_f.js') diff --git a/js/Sources/GENSQR_f.js b/js/Sources/GENSQR_f.js index 649ac7e3..c4061ffa 100644 --- a/js/Sources/GENSQR_f.js +++ b/js/Sources/GENSQR_f.js @@ -33,6 +33,7 @@ function GENSQR_f() { while (true) { var ok = true; this.Amplitude = parseFloat(arguments[0]["Amplitude"]); + var exprs = [arguments[0]["Amplitude"]]; if (!ok) { break; } -- cgit