diff options
author | 2019-05-22 15:23:06 -0700 | |
---|---|---|
committer | 2019-05-22 15:23:06 -0700 | |
commit | 8ccd9bb67fa5fe100e59d999f5698d738e75d93c (patch) | |
tree | 69c1e833067e341180818832feb3998e33d3d28a /Source/Particles/Pusher/UpdatePosition.H | |
parent | b78301705e3802e164b32bd09ededc9139baabda (diff) | |
download | WarpX-8ccd9bb67fa5fe100e59d999f5698d738e75d93c.tar.gz WarpX-8ccd9bb67fa5fe100e59d999f5698d738e75d93c.tar.zst WarpX-8ccd9bb67fa5fe100e59d999f5698d738e75d93c.zip |
Implement style comments
Diffstat (limited to 'Source/Particles/Pusher/UpdatePosition.H')
-rw-r--r-- | Source/Particles/Pusher/UpdatePosition.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Particles/Pusher/UpdatePosition.H b/Source/Particles/Pusher/UpdatePosition.H index 1442ac28e..0a4f579f4 100644 --- a/Source/Particles/Pusher/UpdatePosition.H +++ b/Source/Particles/Pusher/UpdatePosition.H @@ -1,6 +1,8 @@ #ifndef WARPX_PARTICLES_PUSHER_UPDATEPOSITION_H_ #define WARPX_PARTICLES_PUSHER_UPDATEPOSITION_H_ +#include <AMReX_FArrayBox.H> +#include <WarpXConst.H> #include <AMReX_REAL.H> /* \brief Push the particle's positions over one timestep, |