Remove un-necessary option adaptstep in adaptglok. Adapted documentation.

This commit is contained in:
Julien Guénolé
2017-08-07 17:35:24 +02:00
parent bf85b04aaf
commit 8053375a72
4 changed files with 3 additions and 13 deletions

View File

@ -64,7 +64,6 @@ class Min : protected Pointers {
double tmax,tmin; // timestep max, min (adaptglok)
int integrator; // choose the style of time integrator (adaptglok)
int halfstepback_flag; // 1: half step backward when v.f <= 0.0 (adaptglok)
int adaptstep_flag; // 1: variable timestep, 0: constant (adaptglok)
int nelist_global,nelist_atom; // # of PE,virial computes to check
int nvlist_global,nvlist_atom;