Skip to content

Commit 4b2348a

Browse files
committed
Fix typo
1 parent 54a0657 commit 4b2348a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_io_np_load.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ contains
202202

203203
select type (typed_array => arrays(i)%array)
204204
class is (t_array_${t1[0]}$${k1}$_${rank}$)
205-
allocate(typed_array%value, source=array)
205+
allocate(typed_array%values, source=array)
206206
class default
207207
msg = 'Failed to allocate values.'; stat = 1
208208
close(io, status='delete'); return

0 commit comments

Comments
 (0)