Skip to content

Commit 8715690

Browse files
committed
Print stuff
1 parent 7bc295a commit 8715690

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/stdlib_io_np_save.fypp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,13 @@ contains
257257
end select
258258
end do
259259

260+
do j = 1, size(files)
261+
print *, as_string(files(j))
262+
end do
263+
do j = 1, size(arrays)
264+
print *, arrays(j)%array%name
265+
print *, arrays(j)%array%values
266+
end do
260267
call zip(filename, files, stat, msg, is_compressed)
261268
if (stat /= 0) then
262269
if (present(iostat)) iostat = stat

0 commit comments

Comments
 (0)