Skip to content

Commit

Permalink
Removes obsolete logngs
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jan 16, 2025
1 parent 882443a commit 5f67b3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bbb/convert.m
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,7 @@ c_mpi integer status(MPI_STATUS_SIZE)
ne(ix,iy) = ne(ix,iy) + zi(ifld)*ni(ix,iy,ifld)
if (isupgon(1).eq.1 .and. zi(ifld).eq.0) then
ng(ix,iy,1) = ni(ix,iy,ifld)
logng(ix,iy,1)=log(abs(ng(ix,iy,1)))
if (ineudif .eq. 3) logng(ix,iy,1)=log(ng(ix,iy,1))
if (ineudif .eq. 3) logng(ix,iy,1)=LOG(ng(ix,iy,1))
else
nit(ix,iy) = nit(ix,iy) + ni(ix,iy,ifld)
if (isimpon.ge.5 .and. nusp_imp.eq.0)
Expand Down Expand Up @@ -297,7 +296,6 @@ c_mpi integer status(MPI_STATUS_SIZE)
logng(ix,iy,igsp) = yl(idxg(ix,iy,igsp))
ng(ix,iy,igsp) = exp(logng(ix,iy,igsp))
endif
logng(ix,iy,igsp)=log(abs(ng(ix,iy,igsp)))
endif
if(istgonxy(ix,iy,igsp) .eq. 1) then
ntemp = ng(ix,iy,igsp)
Expand Down

0 comments on commit 5f67b3b

Please sign in to comment.