volatile seems to make sense here
the value can be changed surprisingly
This commit is contained in:
parent
e61c1a027b
commit
7b7ac294ca
|
@ -25,7 +25,7 @@ module DAMASK_interface
|
|||
|
||||
implicit none
|
||||
private
|
||||
logical, public, protected :: &
|
||||
logical, volatile, public, protected :: &
|
||||
SIGTERM, & !< termination signal
|
||||
SIGUSR1, & !< 1. user-defined signal
|
||||
SIGUSR2 !< 2. user-defined signal
|
||||
|
|
Loading…
Reference in New Issue