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); tabinner_disp = sqrt(2.0);
ftable = nullptr; ftable = nullptr;
fdisptable = nullptr; fdisptable = nullptr;
trim_flag = 0; trim_flag = 1;
allocated = 0; allocated = 0;
suffix_flag = Suffix::NONE; suffix_flag = Suffix::NONE;

View File

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