Skip to content

Commit a0d5fcc

Browse files
chuckyvtjvdp1
andauthored
Update test/io/test_loadtxt.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 4252714 commit a0d5fcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/io/test_loadtxt.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ subroutine test_loadtxt_int32(error)
3434
integer(int32), allocatable :: input(:,:), expected(:,:)
3535
real(sp), allocatable :: harvest(:,:)
3636
integer :: n
37-
3837
allocate(harvest(10,10))
3938
allocate(input(10,10))
4039
allocate(expected(10,10))

0 commit comments

Comments
 (0)