aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index bf93375fe..c762bdbb3 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -224,7 +224,7 @@ PhysicalParticleContainer::AddGaussianBeam(Real x_m, Real y_m, Real z_m,
u_tmp[0] *= std::pow(-1,ix);
y *= std::pow(-1,iy);
u_tmp[1] *= std::pow(-1,iy);
- CheckAndAddParticle(x, y, z, u_tmp, weight);
+ CheckAndAddParticle(x, y, z, u_tmp, weight/4);
}
}
} else {