add restartinfo=0 to manbody file it was missing from

This commit is contained in:
Steven J. Plimpton
2018-03-06 12:45:40 -07:00
parent 3e535633e6
commit 070e85b44b
9 changed files with 23 additions and 4 deletions

View File

@ -54,6 +54,7 @@ typedef struct { double x,y,z; } dbl3_t;
PairList::PairList(LAMMPS *lmp) : Pair(lmp)
{
single_enable = 0;
restartinfo = 0;
respa_enable = 0;
cut_global = 0.0;
style = NULL;