We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eeafd4 + 6e35812 commit b7d1706Copy full SHA for b7d1706
src/assert_m.F90
@@ -31,7 +31,7 @@ module assert_m
31
32
interface
33
34
- elemental module subroutine assert(assertion, description, diagnostic_data)
+ pure module subroutine assert(assertion, description, diagnostic_data)
35
!! If assertion is .false., error-terminate with a character stop code that contains diagnostic_data if present
36
implicit none
37
logical, intent(in) :: assertion
0 commit comments