diff options
author | 2019-10-24 11:38:53 -0700 | |
---|---|---|
committer | 2019-10-24 11:38:53 -0700 | |
commit | 2c439a5492f6e4bc5a4c79f7b4c193fff2bf660d (patch) | |
tree | 29f0fd8c0f2be99975c25bb408f99c1f440602ca /Source/Diagnostics/BoostedFrameDiagnostic.cpp | |
parent | 595c07f89a7bc10d0f09866eb2c2fd4d37dff53a (diff) | |
download | WarpX-2c439a5492f6e4bc5a4c79f7b4c193fff2bf660d.tar.gz WarpX-2c439a5492f6e4bc5a4c79f7b4c193fff2bf660d.tar.zst WarpX-2c439a5492f6e4bc5a4c79f7b4c193fff2bf660d.zip |
fixing EOL whitespace
Diffstat (limited to 'Source/Diagnostics/BoostedFrameDiagnostic.cpp')
-rw-r--r-- | Source/Diagnostics/BoostedFrameDiagnostic.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Diagnostics/BoostedFrameDiagnostic.cpp b/Source/Diagnostics/BoostedFrameDiagnostic.cpp index 9bb2589f9..cb6d3ef5c 100644 --- a/Source/Diagnostics/BoostedFrameDiagnostic.cpp +++ b/Source/Diagnostics/BoostedFrameDiagnostic.cpp @@ -1466,7 +1466,7 @@ AddPartDataToParticleBuffer( Real const ymax = diag_domain_lab_.hi(1)+particle_slice_dx_lab_; #endif - //Flag particles that need to be copied if they are + //Flag particles that need to be copied if they are // within the reduced slice +/- user-defined physical width amrex::ParallelFor(np, [=] AMREX_GPU_DEVICE(int i) @@ -1511,7 +1511,7 @@ AddPartDataToParticleBuffer( Real* const AMREX_RESTRICT uz_buff = particles_buffer_[isp].GetRealData(DiagIdx::uz).data(); - // Selective copy of particle data from tmp array to reduced buffer + // Selective copy of particle data from tmp array to reduced buffer // array on the GPU using the flag value and index location. amrex::ParallelFor(np, [=] AMREX_GPU_DEVICE(int i) |