Skip to content

Commit

Permalink
Fix bug in particle_class.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriaRaffuzzi authored Jan 25, 2024
1 parent f6b61a6 commit 98d145a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ParticleObjects/particle_class.f90
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ pure subroutine particle_fromParticleState(LHS,RHS)
LHS % type = RHS % type
LHS % time = RHS % time
LHS % collisionN = RHS % collisionN
LHS & splitCount = 0 ! Reinitialise counter for number of splits

end subroutine particle_fromParticleState

Expand Down

0 comments on commit 98d145a

Please sign in to comment.