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; }