diff --git a/src/GRANULAR/fix_pour.cpp b/src/GRANULAR/fix_pour.cpp index 54b7366003..40142c031c 100644 --- a/src/GRANULAR/fix_pour.cpp +++ b/src/GRANULAR/fix_pour.cpp @@ -371,6 +371,13 @@ void FixPour::init() } } +/* ---------------------------------------------------------------------- */ + +void FixPour::setup_pre_exchange() +{ + next_reneighbor = update->ntimestep + 1; +} + /* ---------------------------------------------------------------------- perform particle insertion ------------------------------------------------------------------------- */