diff options
author | 2020-01-27 11:19:42 -0800 | |
---|---|---|
committer | 2020-01-27 11:19:42 -0800 | |
commit | 4cca65a294c9a4e53c378c551d31c64d8ca4f135 (patch) | |
tree | 52f9d2b0bfabe1174b5c96410da8cd7588174cfd /Source/Particles/PhysicalParticleContainer.cpp | |
parent | df33d42347dc65c4cf9fb2072c296ff93be76622 (diff) | |
download | WarpX-4cca65a294c9a4e53c378c551d31c64d8ca4f135.tar.gz WarpX-4cca65a294c9a4e53c378c551d31c64d8ca4f135.tar.zst WarpX-4cca65a294c9a4e53c378c551d31c64d8ca4f135.zip |
EOL fix
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index c0960b141..d437a5b61 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1112,7 +1112,7 @@ PhysicalParticleContainer::FieldGather (int lev, costarr(i,j,k) += wt; }); } - // synchronize avoids cudaStreams from over-writing the temporary arrays used to + // synchronize avoids cudaStreams from over-writing the temporary arrays used to // store positions Gpu::synchronize(); } |