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

@ -55,6 +55,7 @@ using namespace LAMMPS_NS;
PairTersoffTable::PairTersoffTable(LAMMPS *lmp) : Pair(lmp)
{
single_enable = 0;
restartinfo = 0;
one_coeff = 1;
manybody_flag = 1;