Renaming the generic 'non-analogue' scheme for 'weighting' scheme.
This commit is contained in:
parent
37b0139b1f
commit
f151f3cd0e
5 changed files with 30 additions and 30 deletions
|
|
@ -45,7 +45,7 @@ MODULE moduleSpecies
|
|||
!Arrays that contain the particles
|
||||
TYPE(particle), ALLOCATABLE, DIMENSION(:), TARGET:: partOld !array of particles from previous iteration
|
||||
TYPE(particle), ALLOCATABLE, DIMENSION(:), TARGET:: partInj !array of inject particles
|
||||
INTEGER(KIND=OMP_LOCK_KIND):: lockNAScheme !Lock for the NA list of particles
|
||||
INTEGER(KIND=OMP_LOCK_KIND):: lockWScheme !Lock for the NA list of particles
|
||||
|
||||
CONTAINS
|
||||
FUNCTION speciesName2Index(speciesName) RESULT(sp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue