Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriaRaffuzzi authored Jan 25, 2024
1 parent 98d145a commit c0b1ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ParticleObjects/particle_class.f90
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +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
LHS % splitCount = 0 ! Reinitialise counter for number of splits

end subroutine particle_fromParticleState

Expand Down

0 comments on commit c0b1ef5

Please sign in to comment.