Skip to content

Commit b7d1706

Browse files
author
Damian Rouson
authored
Merge pull request #4 from sourceryinstitute/switch-elemental-to-pure
fix: switch assert to pure
2 parents 5eeafd4 + 6e35812 commit b7d1706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assert_m.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module assert_m
3131

3232
interface
3333

34-
elemental module subroutine assert(assertion, description, diagnostic_data)
34+
pure module subroutine assert(assertion, description, diagnostic_data)
3535
!! If assertion is .false., error-terminate with a character stop code that contains diagnostic_data if present
3636
implicit none
3737
logical, intent(in) :: assertion

0 commit comments

Comments
 (0)