Skip to content

Commit 42bac1f

Browse files
fix tab
1 parent 37e0d76 commit 42bac1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Particles/PhysicalParticleContainer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ PhysicalParticleContainer::AddPlasma (int lev, RealBox part_realbox)
917917
// instead of modiying number of particles, the weight is changed
918918
pcounts[index] = num_ppc;
919919
} else if (pulsar_modifyParticleWtAtInjection == 0) {
920-
const amrex::XDim3 ppc_per_dim = inj_pos->getppcInEachDim();
920+
const amrex::XDim3 ppc_per_dim = inj_pos->getppcInEachDim();
921921
// Modiying number of particles injected
922922
// (could lead to round-off errors)
923923
pcounts[index] = static_cast<int>(ppc_per_dim.x*std::cbrt(pulsar_injection_fraction))

0 commit comments

Comments
 (0)