remove trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2020-01-30 17:02:06 -05:00
parent f872d374a0
commit c732ccc0f8
3 changed files with 12 additions and 12 deletions

View File

@ -74,7 +74,7 @@ class Min : protected Pointers {
// only for minimize style fire2
int delaystep; // minium steps of dynamics
double dtgrow,dtshrink; // timestep increase, decrease
double dtgrow,dtshrink; // timestep increase, decrease
double alpha0,alphashrink; // mixing velocities+forces coefficient
double tmax,tmin; // timestep multiplicators max, min
int integrator; // Newton integration: euler, leapfrog, verlet...