re-initialize neighbor lists at end to clear out the occasional list entry
This commit is contained in:
@ -298,6 +298,7 @@ void CreateBonds::many()
|
||||
}
|
||||
}
|
||||
}
|
||||
neighbor->init();
|
||||
|
||||
// recount bonds
|
||||
|
||||
|
||||
@ -416,6 +416,7 @@ void DeleteAtoms::delete_overlap(int narg, char **arg)
|
||||
break;
|
||||
}
|
||||
}
|
||||
neighbor->init();
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user