From 8cd4e270583a4d25a8a2208896761da955f8e0f5 Mon Sep 17 00:00:00 2001 From: RevathiJambunathan Date: Wed, 18 May 2022 22:54:06 -0700 Subject: [PATCH] fix tab --- Source/Particles/PhysicalParticleContainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 53d1eca4d28..e9c2e5c93f6 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -917,7 +917,7 @@ PhysicalParticleContainer::AddPlasma (int lev, RealBox part_realbox) // instead of modiying number of particles, the weight is changed pcounts[index] = num_ppc; } else if (pulsar_modifyParticleWtAtInjection == 0) { - const amrex::XDim3 ppc_per_dim = inj_pos->getppcInEachDim(); + const amrex::XDim3 ppc_per_dim = inj_pos->getppcInEachDim(); // Modiying number of particles injected // (could lead to round-off errors) pcounts[index] = static_cast(ppc_per_dim.x*std::cbrt(pulsar_injection_fraction))