Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Motohiko Tanaka authored Nov 15, 2022
1 parent 22feed2 commit 7dff534
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions @a_cnt3-3p8Ca.f03
Original file line number Diff line number Diff line change
Expand Up @@ -2493,8 +2493,8 @@ subroutine moldyn (walltime0,walltime1,size,ipar,igrp,ifDebye, &
vvv(i,3)= ppp(i,3)/m_gamma
end do
!
! call vdistr (xyz,vvv,ns,np,nCLp)
! call edistr (vvv,am,ns,np,nCLp)
call vdistr (xyz,vvv,ns,np,nCLp)
call edistr (vvv,am,ns,np,nCLp)
close (77)
!
OPEN (unit=23,file=praefixc//'.23'//suffix2, &
Expand Down Expand Up @@ -5666,14 +5666,15 @@ subroutine lplot1 (ix,iy,npt1,x,y,ymax,ymin,IL,lab1,n1,lab2,n2, &
if(iplot.eq.2) then
do i= 1,npt
u(i)= xh(i)
v(i)= yh(i)
end do
!
ymax= -1.e10
ymin= 1.e10
!
do i= 1,npt
ymax= amax1(ymax,yh(i))
ymin= amin1(ymin,yh(i))
ymax= amax1(ymax,v(i))
ymin= amin1(ymin,v(i))
end do
!
if(ymin.ge.0.) then
Expand Down Expand Up @@ -5796,7 +5797,7 @@ subroutine lplot1 (ix,iy,npt1,x,y,ymax,ymin,IL,lab1,n1,lab2,n2, &
call plotl (u(npt),v(npt),isc,3)
!
return
end
end subroutine lplot1
!
!
!-----------------------------------------------------------------------
Expand Down

0 comments on commit 7dff534

Please sign in to comment.