aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/ParticleCreation/SmartCopy.H
diff options
context:
space:
mode:
authorGravatar Andrew Myers <atmyers2@gmail.com> 2020-01-31 16:57:03 -0800
committerGravatar Andrew Myers <atmyers2@gmail.com> 2020-01-31 16:57:03 -0800
commit7cc97e105d422ad44c1d92aa42d2f103be1655ab (patch)
tree23fc4213e33cd051bd04ebfb72c3be1176157131 /Source/Particles/ParticleCreation/SmartCopy.H
parentad9da5b798710cbe5a5a6da1aaef7ba2df2df0aa (diff)
downloadWarpX-7cc97e105d422ad44c1d92aa42d2f103be1655ab.tar.gz
WarpX-7cc97e105d422ad44c1d92aa42d2f103be1655ab.tar.zst
WarpX-7cc97e105d422ad44c1d92aa42d2f103be1655ab.zip
fix EOL whitespace
Diffstat (limited to 'Source/Particles/ParticleCreation/SmartCopy.H')
-rw-r--r--Source/Particles/ParticleCreation/SmartCopy.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/ParticleCreation/SmartCopy.H b/Source/Particles/ParticleCreation/SmartCopy.H
index f21a50cfd..2247d8109 100644
--- a/Source/Particles/ParticleCreation/SmartCopy.H
+++ b/Source/Particles/ParticleCreation/SmartCopy.H
@@ -43,7 +43,7 @@ struct SmartCopy
amrex::ParticleReal* dst_data = (m_dst_comps_r[j] < DstData::NAR) ? dst.m_rdata : dst.m_runtime_rdata;
amrex::ParticleReal* src_data = (m_src_comps_r[j] < SrcData::NAR) ? src.m_rdata : src.m_runtime_rdata;
- dst_data[dst_comp] = src_data[src_comp];
+ dst_data[dst_comp] = src_data[src_comp];
}
for (int j = 0; j < m_num_int; ++j)