Skip to content

Commit a0e88cf

Browse files
committed
remove unused variable
1 parent ccf6d94 commit a0e88cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/test_lt.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module test_lt
77
subroutine test_readwrite_lt(path)
88

99
character(*), intent(in) :: path
10-
integer :: ierr, L, L1(8), L2(2,1), M2(3,3), L3(1,1,1), L4(1,1,1,1), L5(1,1,1,1,1), L6(1,1,1,1,1,1), L7(1,1,1,1,1,1,1)
10+
integer :: ierr, L, L1(8), L2(2,1), L3(1,1,1), L4(1,1,1,1), L5(1,1,1,1,1), L6(1,1,1,1,1,1), L7(1,1,1,1,1,1,1)
1111

1212
L = 123
1313
L2 = L; L3=L; L4=L; L5=L; L6=L; L7=L
@@ -66,4 +66,4 @@ subroutine test_readwrite_lt(path)
6666

6767
end subroutine test_readwrite_lt
6868

69-
end module test_lt
69+
end module test_lt

0 commit comments

Comments
 (0)