Skip to content

Commit

Permalink
0->.false.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwright77 committed May 18, 2024
1 parent 840df9e commit a1a6166
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/sigma.f
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ subroutine dkw(i, j, n, m, rho, rho_a,
rgamma = real(gamma)
call besiexp(gamma, lmax, exil, exilp, lmaxdim, exilovergam)
if (0) then
if (.false.) then
if(rgamma .ge. 1.0e-08)
. call besiexp(gamma, lmax, exil, exilp, lmaxdim, exilovergam)
Expand Down Expand Up @@ -866,7 +866,7 @@ subroutine delta_(i, j, n, m, rho, rho_a,
rgamma = real(gamma)
call besiexp(gamma, lmax, exil, exilp, lmaxdim, exilovergam)
if (0) then
if (.false.) then
if(rgamma .ge. 1.0e-08)
. call besiexp(gamma, lmax, exil, exilp, lmaxdim, exilovergam)
Expand Down Expand Up @@ -1162,7 +1162,7 @@ subroutine sigmad_cql3d(i, j, n, m, rho, rho_a,
rgamma = real(gamma)
call besiexp(gamma, lmax, exil, exilp, lmaxdim, exilovergam)
if (0) then
if (.false.) then
if(rgamma .ge. 1.0e-08)
. call besiexp(gamma, lmax, exil, exilp, lmaxdim, exilovergam)
Expand Down Expand Up @@ -1748,7 +1748,7 @@ subroutine sigmad_cql3d_e(i, j, n, m, rho, rho_a,
rgamma = real(gamma)

call besiexp(gamma, lmax, exil, exilp, lmaxdim, exilovergam)
if (0) then
if (.false.) then
if(rgamma .ge. 1.0e-08)
. call besiexp(gamma, lmax, exil, exilp, lmaxdim, exilovergam)

Expand Down Expand Up @@ -2371,7 +2371,7 @@ subroutine sigmad_cql3d_1(i, j, n, m, rho, rho_a,
call besiexp(gamma, lmax, exil, exilp, lmaxdim, exilovergam)
if (0) then
if (.false.) then
if(rgamma .ge. 1.0e-08)
. call besiexp(gamma, lmax, exil, exilp, lmaxdim, exilovergam)
Expand Down Expand Up @@ -2977,7 +2977,7 @@ subroutine sigmad_cql3d_2(i, j, n, m, rho, rho_a,


call besiexp(gamma, lmax, exil, exilp, lmaxdim, exilovergam)
if (0) then
if (.false.) then
if(rgamma .ge. 1.0e-08)
. call besiexp(gamma, lmax, exil, exilp, lmaxdim, exilovergam)

Expand Down

0 comments on commit a1a6166

Please sign in to comment.