aboutsummaryrefslogtreecommitdiff
path: root/Source/ParticleContainer.cpp
diff options
context:
space:
mode:
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));
}
}