volatile seems to make sense here

the value can be changed surprisingly
This commit is contained in:
Martin Diehl 2020-03-29 19:13:29 +02:00
parent e61c1a027b
commit 7b7ac294ca
1 changed files with 1 additions and 1 deletions

View File

@ -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