Skip to content

Commit

Permalink
signal.f90 single line
Browse files Browse the repository at this point in the history
  • Loading branch information
timfelle committed Dec 4, 2023
1 parent 099cbda commit d030fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/signal.f90
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function signal_timeout() result(timeout)
else
timeout = .false.
end if

end function signal_timeout

!> Check if a user signal has been raised
Expand Down

0 comments on commit d030fa9

Please sign in to comment.