Setting pushers as PURE

Pushers were not set to PURE after testing.
This commit is contained in:
Jorge Gonzalez 2022-04-09 09:00:40 +02:00
commit 97718209cc

View file

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