Skip to content

Commit c41b90c

Browse files
committed
Comment out even more
1 parent 3b66092 commit c41b90c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/stdlib_array_allocation.fypp

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ contains
1818
integer, intent(out) :: stat
1919
character(len=:), allocatable, intent(out) :: msg
2020

21-
allocate(t_array_${t1[0]}$${k1}$_${rank}$ :: wrapper%array, stat=stat)
22-
if (stat /= 0) then
23-
msg = "Failed to allocate array"; return
24-
end if
21+
! allocate(t_array_${t1[0]}$${k1}$_${rank}$ :: wrapper%array, stat=stat)
22+
! if (stat /= 0) then
23+
! msg = "Failed to allocate array"; return
24+
! end if
2525

2626
! select type (typed_array => wrapper%array)
2727
! class is (t_array_${t1[0]}$${k1}$_${rank}$)

0 commit comments

Comments
 (0)