diff options
Diffstat (limited to '')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 07c307c83..12e18e4f4 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -464,16 +464,6 @@ PhysicalParticleContainer::AddParticles (int lev) } } -/** - * Create new macroparticles for this species, with a fixed - * number of particles per cell (in the cells of `part_realbox`). - * The new particles are only created inside the intersection of `part_realbox` - * with the local grid for the current proc. - * @param lev the index of the refinement level - * @param part_realbox the box in which new particles should be created - * (this box should correspond to an integer number of cells in each direction, - * but its boundaries need not be aligned with the actual cells of the simulation) - */ void PhysicalParticleContainer::AddPlasma (int lev, RealBox part_realbox) { |