Skip to content

Commit c055e83

Browse files
committed
Fix rank
1 parent 1232039 commit c055e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/io/test_np.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ subroutine npz_save_two_arrays(error)
11991199
end select
12001200

12011201
select type (typed_array => arrays_reloaded(2)%array)
1202-
class is (t_array_cdp_2)
1202+
class is (t_array_cdp_1)
12031203
call check(error, size(typed_array%values), size(input_array_2), "Array sizes to not match.")
12041204
if (allocated(error)) then
12051205
call delete_file(output_file); return

0 commit comments

Comments
 (0)