diff options
author | 2017-01-20 16:47:25 -0800 | |
---|---|---|
committer | 2017-01-20 16:47:25 -0800 | |
commit | 91f8bfed15416d86fafce69760925e63815ee96e (patch) | |
tree | d832813f943f373f806a37e2b6d98cd56f0bc93e /Source/ParticleContainer.cpp | |
parent | f9fdf9bc360ce14c7776ae420c8c2f9ceabd0fec (diff) | |
download | WarpX-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.cpp | 2 |
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)); } } |