aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/MultiParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Andrew Myers <atmyers2@gmail.com> 2020-02-03 10:08:32 -0800
committerGravatar Andrew Myers <atmyers2@gmail.com> 2020-02-03 10:08:32 -0800
commitb44583ede7cb4f4afbe1828b64336a1b1a47e6f1 (patch)
treeda653b85e045b973bb0bdf5adaaa73eac42f1d3b /Source/Particles/MultiParticleContainer.cpp
parentebf6881f465c43e46ef65425e9129d500e23d3da (diff)
downloadWarpX-b44583ede7cb4f4afbe1828b64336a1b1a47e6f1.tar.gz
WarpX-b44583ede7cb4f4afbe1828b64336a1b1a47e6f1.tar.zst
WarpX-b44583ede7cb4f4afbe1828b64336a1b1a47e6f1.zip
fix EOL whitespace
Diffstat (limited to 'Source/Particles/MultiParticleContainer.cpp')
-rw-r--r--Source/Particles/MultiParticleContainer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Particles/MultiParticleContainer.cpp b/Source/Particles/MultiParticleContainer.cpp
index a73895a5a..5b3d6b936 100644
--- a/Source/Particles/MultiParticleContainer.cpp
+++ b/Source/Particles/MultiParticleContainer.cpp
@@ -655,7 +655,7 @@ MultiParticleContainer::doFieldIonization ()
SmartCopyFactory copy_factory(*pc_source, *pc_product);
auto Copier = copy_factory.getSmartCopy();
auto IonizationFilter = static_cast<PhysicalParticleContainer*>(pc_source.get())->getIonizationFunc();
-
+
pc_source ->defineAllParticleTiles();
pc_product->defineAllParticleTiles();
@@ -708,8 +708,8 @@ MultiParticleContainer::doFieldIonization ()
{
auto& p = pp[ip];
p.id() = pid+ip;
- p.cpu() = cpuid;
- });
+ p.cpu() = cpuid;
+ });
}
}
}