Skip to content

Commit

Permalink
save xyzcache in ptmass
Browse files Browse the repository at this point in the history
  • Loading branch information
conradtchan committed Jul 19, 2021
1 parent efa82d3 commit f5cf7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/ptmass.F90
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ subroutine ptmass_create(nptmass,npart,itest,xyzh,vxyzu,fxyzu,fext,divcurlv,pote
#ifdef IND_TIMESTEPS
integer(kind=1) :: ibin_itest
#endif
real :: xyzcache(maxcache,3)
real, save :: xyzcache(maxcache,3)
real :: dptmass(ndptmass,nptmass+1)
real :: xi,yi,zi,hi,hi1,hi21,xj,yj,zj,hj1,hj21,xk,yk,zk,hk1
real :: rij2,rik2,rjk2,dx,dy,dz
Expand Down

0 comments on commit f5cf7b4

Please sign in to comment.