Second working of bits for neigh/history

This commit is contained in:
jtclemm
2021-05-21 11:06:34 -06:00
parent 83a15ef03f
commit afaf992ac2
3 changed files with 15 additions and 6 deletions

View File

@ -290,6 +290,7 @@ void PairTracker::init_style()
int ifix = modify->find_fix("NEIGH_HISTORY_TRACK");
fix_history = (FixNeighHistory *) modify->fix[ifix];
fix_history->pair = this;
fix_history->use_bit_flag = 0;
}
if (finitecutflag) {