diff options
author | 2020-01-28 13:53:47 -0800 | |
---|---|---|
committer | 2020-01-28 13:53:47 -0800 | |
commit | f91a7109ed9091cfd04226c247dde57ea4dd02fe (patch) | |
tree | 112ed06512ef18055d82996261fdd658e8f0435d /Source/Laser/LaserParticleContainer.cpp | |
parent | 340b8f23629c3246296b8e2287bbda49c1e39c13 (diff) | |
download | WarpX-f91a7109ed9091cfd04226c247dde57ea4dd02fe.tar.gz WarpX-f91a7109ed9091cfd04226c247dde57ea4dd02fe.tar.zst WarpX-f91a7109ed9091cfd04226c247dde57ea4dd02fe.zip |
fix EOL whitespace
Diffstat (limited to 'Source/Laser/LaserParticleContainer.cpp')
-rw-r--r-- | Source/Laser/LaserParticleContainer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Laser/LaserParticleContainer.cpp b/Source/Laser/LaserParticleContainer.cpp index c647b520f..658e56db4 100644 --- a/Source/Laser/LaserParticleContainer.cpp +++ b/Source/Laser/LaserParticleContainer.cpp @@ -627,7 +627,7 @@ LaserParticleContainer::update_laser_particle(WarpXParIter& pti, { const auto get_position = GetPosition(pti); auto set_position = SetPosition(pti); - + Real tmp_p_X_0 = p_X[0]; Real tmp_p_X_1 = p_X[1]; Real tmp_p_X_2 = p_X[2]; @@ -660,7 +660,7 @@ LaserParticleContainer::update_laser_particle(WarpXParIter& pti, puxp[i] = gamma * vx; puyp[i] = gamma * vy; puzp[i] = gamma * vz; - + // Push the the particle positions Real x, y, z; get_position(i, x, y, z); |