Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Mar 14, 2024
1 parent a6ea863 commit f0a182d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fortran/log.f90
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end function cdlog1p
double complex function pos_cdlog(z)
implicit none
double complex :: z
double precision :: re, im, arg
double precision :: re, im

re = real(z)
im = aimag(z)
Expand Down

0 comments on commit f0a182d

Please sign in to comment.