From 91f8bfed15416d86fafce69760925e63815ee96e Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Fri, 20 Jan 2017 16:47:25 -0800 Subject: rename LaserContainer to LaserParticleContainer --- Source/ParticleContainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/ParticleContainer.cpp') 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)); } } -- cgit v1.2.3