Setting pushers as PURE
Pushers were not set to PURE after testing.
This commit is contained in:
parent
8006f9d768
commit
97718209cc
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ MODULE moduleSolver
|
|||
|
||||
INTERFACE
|
||||
!Push a particle
|
||||
SUBROUTINE push_interafece(part, tauIn)
|
||||
PURE SUBROUTINE push_interafece(part, tauIn)
|
||||
USE moduleSpecies
|
||||
|
||||
TYPE(particle), INTENT(inout):: part
|
||||
|
|
@ -214,7 +214,7 @@ MODULE moduleSolver
|
|||
|
||||
END SUBROUTINE pushCartElectrostatic
|
||||
|
||||
SUBROUTINE pushCartElectromagnetic(part, tauIn)
|
||||
PURE SUBROUTINE pushCartElectromagnetic(part, tauIn)
|
||||
USE moduleSPecies
|
||||
USE moduleEM
|
||||
USE moduleMath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue