From 8e5e956f751e47f6eb8435be56dc623ce770c434 Mon Sep 17 00:00:00 2001 From: MaxThevenet Date: Thu, 9 May 2019 20:08:24 -0700 Subject: some cleaning --- Source/Particles/PhysicalParticleContainer.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Source/Particles/PhysicalParticleContainer.cpp') diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 1bf41816e..b3c598c22 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -100,9 +100,7 @@ PhysicalParticleContainer::PhysicalParticleContainer (AmrCore* amr_core, int isp if (WarpX::do_boosted_frame_diagnostic && WarpX::do_boosted_frame_particles){ plot_flags.resize(PIdx::nattribs + 6, 0); } else { - // Set plot_flags to 1 for data in plot_vars plot_flags.resize(PIdx::nattribs, 0); - Print()<<"here2"<.plot_vars argument not in ParticleStringNames"); + "plot_vars argument not in ParticleStringNames"); plot_flags[ParticleStringNames::to_index.at(var)] = 1; } } -- cgit v1.2.3