mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15180 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
253bd4c335
commit
14994c04b0
|
@ -756,8 +756,8 @@ void ReadRestart::header(int incompatible)
|
|||
if (force->newton_pair || force->newton_bond) force->newton = 1;
|
||||
else force->newton = 0;
|
||||
|
||||
// set boundary settings from restart file
|
||||
// warn if different and input script settings are not default
|
||||
// set boundary settings from restart file
|
||||
// warn if different and input script settings are not default
|
||||
|
||||
} else if (flag == XPERIODIC) {
|
||||
xperiodic = read_int();
|
||||
|
|
Loading…
Reference in New Issue