Change default

This commit is contained in:
Stan Gerald Moore
2022-07-11 10:23:55 -06:00
parent 1bdaf9c99f
commit 6ffde544e1
2 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ Default
"""""""
The option defaults are mix = geometric, shift = no, table = 12,
tabinner = sqrt(2.0), tail = no, compute = yes, and neigh/trim no.
tabinner = sqrt(2.0), tail = no, compute = yes, and neigh/trim yes.
Note that some pair styles perform mixing, but only a certain style of
mixing. See the doc pages for individual pair styles for details.

View File

@ -97,7 +97,7 @@ Pair::Pair(LAMMPS *lmp) : Pointers(lmp)
tabinner_disp = sqrt(2.0);
ftable = nullptr;
fdisptable = nullptr;
trim_flag = 0;
trim_flag = 1;
allocated = 0;
suffix_flag = Suffix::NONE;