Renaming the generic 'non-analogue' scheme for 'weighting' scheme.

This commit is contained in:
Jorge Gonzalez 2020-12-13 17:04:52 +01:00
commit f151f3cd0e
5 changed files with 30 additions and 30 deletions

View file

@ -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)