Skip to content

Commit

Permalink
modify shifted green's function to make it more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
qianglbl committed May 6, 2024
1 parent d3175a0 commit 8e72f94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Appl/Field.f90
Original file line number Diff line number Diff line change
Expand Up @@ -957,11 +957,13 @@ subroutine greenf1tIntshift2(nx,ny,nz,nsizez,nsizey,nsizexy,nsizeyz,&
double complex, dimension(2*nz,nsizexy) :: tmp3
double complex, allocatable, dimension(:,:,:) :: x1,x2
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 8e72f94

Please sign in to comment.