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
|
INTERFACE
|
||||||
!Push a particle
|
!Push a particle
|
||||||
SUBROUTINE push_interafece(part, tauIn)
|
PURE SUBROUTINE push_interafece(part, tauIn)
|
||||||
USE moduleSpecies
|
USE moduleSpecies
|
||||||
|
|
||||||
TYPE(particle), INTENT(inout):: part
|
TYPE(particle), INTENT(inout):: part
|
||||||
|
|
@ -214,7 +214,7 @@ MODULE moduleSolver
|
||||||
|
|
||||||
END SUBROUTINE pushCartElectrostatic
|
END SUBROUTINE pushCartElectrostatic
|
||||||
|
|
||||||
SUBROUTINE pushCartElectromagnetic(part, tauIn)
|
PURE SUBROUTINE pushCartElectromagnetic(part, tauIn)
|
||||||
USE moduleSPecies
|
USE moduleSPecies
|
||||||
USE moduleEM
|
USE moduleEM
|
||||||
USE moduleMath
|
USE moduleMath
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue