Skip to content

Commit 285cbae

Browse files
committed
Merge branch 'loadtxt-real-format-update' of https://github.com/chuckyvt/stdlib into loadtxt-real-format-update
2 parents 416e163 + a0d5fcc commit 285cbae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/io/test_loadtxt.f90

Lines changed: 0 additions & 2 deletions
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))
@@ -62,7 +61,6 @@ subroutine test_loadtxt_sp(error)
6261

6362
allocate(input(10,10))
6463
allocate(expected(10,10))
65-
6664
do n = 1, 10
6765
call random_number(input)
6866
input = input - 0.5

0 commit comments

Comments
 (0)