aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/Pusher/UpdatePositionPhoton.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/Pusher/UpdatePositionPhoton.H')
-rw-r--r--Source/Particles/Pusher/UpdatePositionPhoton.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Particles/Pusher/UpdatePositionPhoton.H b/Source/Particles/Pusher/UpdatePositionPhoton.H
index 3a28e87a1..44c0afda9 100644
--- a/Source/Particles/Pusher/UpdatePositionPhoton.H
+++ b/Source/Particles/Pusher/UpdatePositionPhoton.H
@@ -32,7 +32,6 @@ void UpdatePositionPhoton(
y += uy * c_over_umod * dt;
#endif
z += uz * c_over_umod * dt;
-
}
#endif // WARPX_PARTICLES_PUSHER_UPDATEPOSITION_H_