Fix an issue with different time steps

Sometimes the division between number of steps and time step was not
giving the right results.

Nevertheless, this just indicates that the species have to be in
separated arrays so that the assignment of particles in list, pushing
and scattering can be dealt independently.

Thus, this is the first step in creating separate arrays of particles
per species.
This commit is contained in:
Jorge Gonzalez 2023-08-06 19:45:48 +02:00
commit b73c8531e8
3 changed files with 7 additions and 3 deletions