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.
1 parent 54a0657 commit 4b2348aCopy full SHA for 4b2348a
src/stdlib_io_np_load.fypp
@@ -202,7 +202,7 @@ contains
202
203
select type (typed_array => arrays(i)%array)
204
class is (t_array_${t1[0]}$${k1}$_${rank}$)
205
- allocate(typed_array%value, source=array)
+ allocate(typed_array%values, source=array)
206
class default
207
msg = 'Failed to allocate values.'; stat = 1
208
close(io, status='delete'); return
0 commit comments