Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Apr 29, 2019
1 parent 0cff28d commit deea0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Particles/MultiParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ MultiParticleContainer::MultiParticleContainer (AmrCore* amr_core)

if (WarpX::do_boosted_frame_diagnostic && WarpX::do_boosted_frame_particles)
{
for (int i = 0; i < nspecies + nlaser; ++i)
for (int i = 0; i < nspecies + nlasers; ++i)
{
allcontainers[i]->AddRealComp("xold");
allcontainers[i]->AddRealComp("yold");
Expand Down

0 comments on commit deea0e1

Please sign in to comment.