def __init__(self, number_of_particles):
     ParticleArray.__init__(self, mass=0.001, number_of_particles=number_of_particles)
     self.reset()