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

@ -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;