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

@ -20,7 +20,7 @@ MODULE moduleList
END TYPE listNode
TYPE(listNode):: partNAScheme !Particles comming from the nonAnalogue scheme
TYPE(listNode):: partWScheme !Particles comming from the nonAnalogue scheme
TYPE pointerArray
TYPE(particle), POINTER:: part