This commit is contained in:
Stan Gerald Moore
2023-01-30 12:31:27 -07:00
parent a92a3ec50b
commit a74e57cfc1
2 changed files with 2 additions and 4 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;

View File

@ -23,9 +23,7 @@ using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
PairHybridOverlay::PairHybridOverlay(LAMMPS *lmp) : PairHybrid(lmp) {
trim_flag = 1;
}
PairHybridOverlay::PairHybridOverlay(LAMMPS *lmp) : PairHybrid(lmp) {}
/* ----------------------------------------------------------------------
set coeffs for one or more type pairs