We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4252714 commit a0d5fccCopy full SHA for a0d5fcc
test/io/test_loadtxt.f90
@@ -34,7 +34,6 @@ subroutine test_loadtxt_int32(error)
34
integer(int32), allocatable :: input(:,:), expected(:,:)
35
real(sp), allocatable :: harvest(:,:)
36
integer :: n
37
-
38
allocate(harvest(10,10))
39
allocate(input(10,10))
40
allocate(expected(10,10))
0 commit comments