Skip to content

Commit

Permalink
//Not used, comments out for compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cheroy-ntia committed Nov 21, 2024
1 parent 3de0d81 commit ea105a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wofz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<double>(0.0, 0.0);
return w;
}
Expand Down

0 comments on commit ea105a9

Please sign in to comment.