Skip to content

Commit 4252714

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

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
@@ -62,7 +62,6 @@ subroutine test_loadtxt_sp(error)
6262

6363
allocate(input(10,10))
6464
allocate(expected(10,10))
65-
6665
do n = 1, 10
6766
call random_number(input)
6867
input = input - 0.5

0 commit comments

Comments
 (0)