From ea105a9a1823d5de9bdb1c753eff19046ceb03ee Mon Sep 17 00:00:00 2001 From: Chen Heroy Date: Thu, 21 Nov 2024 10:15:10 -0700 Subject: [PATCH] //Not used, comments out for compile warning --- src/wofz.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wofz.cpp b/src/wofz.cpp index db629b2..ef15e01 100644 --- a/src/wofz.cpp +++ b/src/wofz.cpp @@ -222,7 +222,7 @@ if (YI < 0.0) { // AGAINST OVERFLOW if ((YQUAD > RMAXGONI) || (XQUAD > RMAXEXP)) { - flag = true; + //flag = true; //Not used, comments out for compile warning w = complex(0.0, 0.0); return w; }