From 97718209cc923576663644c2b2870a7b9636ecf7 Mon Sep 17 00:00:00 2001 From: JGonzalez Date: Sat, 9 Apr 2022 09:00:40 +0200 Subject: [PATCH] Setting pushers as PURE Pushers were not set to PURE after testing. --- src/modules/moduleSolver.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/moduleSolver.f90 b/src/modules/moduleSolver.f90 index 6e23c6f..4142549 100644 --- a/src/modules/moduleSolver.f90 +++ b/src/modules/moduleSolver.f90 @@ -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