bangerth / helmholtz

0 stars 0 forks source link

Fix check_for_termination #8

Closed bangerth closed 3 years ago

bangerth commented 3 years ago

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.

bangerth commented 3 years ago

Fixed by 7591434.