You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both the Helmholtz and Biharmonic programs, check_for_termination_signal() exits the program when requested, but also returns a value. Furthermore, that value is ignored almost everywhere. Fix this in both program: if it exits, we don't need a return value.
The text was updated successfully, but these errors were encountered:
In both the Helmholtz and Biharmonic programs,
check_for_termination_signal()
exits the program when requested, but also returns a value. Furthermore, that value is ignored almost everywhere. Fix this in both program: if it exits, we don't need a return value.The text was updated successfully, but these errors were encountered: