Skip to content

Commit

Permalink
fixed the defect in the new modification
Browse files Browse the repository at this point in the history
  • Loading branch information
qianglbl committed May 8, 2024
1 parent 2f0b436 commit 109a05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Contrl/Output.f90
Original file line number Diff line number Diff line change
Expand Up @@ -930,8 +930,8 @@ subroutine diagnostic1avg_Output(z,this,Nbunch)
sqsum4 = tmpgl(4)*den1
sqsum5= tmpgl(5)*den1
sqsum6 = tmpgl(6)*den1
xpx = tmpgl(13)*den1
ypy = tmpgl(14)*den1
xpx = tmpgl(7)*den1
ypy = tmpgl(8)*den1

!PP
!JQ
Expand Down

0 comments on commit 109a05e

Please sign in to comment.