Skip to content

Commit f0a182d

Browse files
committed
remove unused variable
1 parent a6ea863 commit f0a182d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fortran/log.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end function cdlog1p
4040
double complex function pos_cdlog(z)
4141
implicit none
4242
double complex :: z
43-
double precision :: re, im, arg
43+
double precision :: re, im
4444

4545
re = real(z)
4646
im = aimag(z)

0 commit comments

Comments
 (0)