Skip to content

Commit

Permalink
updated IGF for robustness
Browse files Browse the repository at this point in the history
  • Loading branch information
qianglbl committed Apr 3, 2024
1 parent e8fd426 commit d3175a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Appl/Field.f90
Original file line number Diff line number Diff line change
Expand Up @@ -771,11 +771,12 @@ subroutine greenf1tIntnew2(nx,ny,nz,nsizez,nsizey,nsizexy,nsizeyz,&
double complex, dimension(2*nz,nsizexy) :: tmp3
double complex, allocatable, dimension(:,:,:) :: x1
double complex, allocatable, dimension(:,:,:) :: x0
double precision :: rr,aa,bb,cc,dd,ee,ff,ss
double precision :: aa,bb,cc,dd,ee,ff,ss
double complex :: gg,gg2
double complex :: ggrr
double precision, dimension(2) :: xx,yy,zz
double precision, dimension(3) :: vv
real*16, dimension(3) :: vv
real*16 :: rr
integer :: n,i0,j0,k0
double precision :: recfourpi

Expand Down

0 comments on commit d3175a0

Please sign in to comment.