Skip to content

Commit 0fc4380

Browse files
committed
fix(intrinsic_array_s): rm preprocessor typo
1 parent 625929f commit 0fc4380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assert/intrinsic_array_s.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ pure function one_allocated_component(self) result(one_allocated)
135135
character_self = trim(adjustl(character_self))
136136
end procedure
137137

138-
#else // ifndef _CRAYFTN
138+
#else
139139

140140
module procedure complex_array
141141

0 commit comments

Comments
 (0)