aboutsummaryrefslogtreecommitdiff
path: root/Source/ParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Weiqun Zhang <weiqunzhang@lbl.gov> 2017-01-20 16:47:25 -0800
committerGravatar Weiqun Zhang <weiqunzhang@lbl.gov> 2017-01-20 16:47:25 -0800
commit91f8bfed15416d86fafce69760925e63815ee96e (patch)
treed832813f943f373f806a37e2b6d98cd56f0bc93e /Source/ParticleContainer.cpp
parentf9fdf9bc360ce14c7776ae420c8c2f9ceabd0fec (diff)
downloadWarpX-91f8bfed15416d86fafce69760925e63815ee96e.tar.gz
WarpX-91f8bfed15416d86fafce69760925e63815ee96e.tar.zst
WarpX-91f8bfed15416d86fafce69760925e63815ee96e.zip
rename LaserContainer to LaserParticleContainer
Diffstat (limited to 'Source/ParticleContainer.cpp')
-rw-r--r--Source/ParticleContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ParticleContainer.cpp b/Source/ParticleContainer.cpp
index b5f933db4..70ed5bc43 100644
--- a/Source/ParticleContainer.cpp
+++ b/Source/ParticleContainer.cpp
@@ -15,7 +15,7 @@ MultiParticleContainer::MultiParticleContainer (AmrCore* amr_core)
allcontainers[i].reset(new PhysicalParticleContainer(amr_core, i));
}
if (WarpX::use_laser) {
- allcontainers[n-1].reset(new LaserContainer(amr_core,n-1));
+ allcontainers[n-1].reset(new LaserParticleContainer(amr_core,n-1));
}
}