Code cleanup
This commit is contained in:
parent
3a4bf7413d
commit
5d82ea2ddc
14 changed files with 56 additions and 60 deletions
|
|
@ -553,7 +553,7 @@ MODULE moduleCollisions
|
|||
IMPLICIT NONE
|
||||
|
||||
CLASS(collisionBinaryChargeExchange), INTENT(in):: self
|
||||
REAL(8), INTENT(in):: vRel
|
||||
REAL(8), INTENT(in):: vRel ! NOTE: Required by itnerface but unused
|
||||
TYPE(particle), INTENT(inout), TARGET:: part_i, part_j
|
||||
|
||||
SELECT TYPE(sp => part_i%species)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue