make default argument of virtual function Neighbor::build() explicit
This commit is contained in:
@ -311,7 +311,7 @@ void DeleteAtoms::delete_overlap(int narg, char **arg)
|
||||
comm->exchange();
|
||||
comm->borders();
|
||||
if (domain->triclinic) domain->lamda2x(atom->nlocal+atom->nghost);
|
||||
neighbor->build();
|
||||
neighbor->build(1);
|
||||
|
||||
// build neighbor list this command needs based on earlier request
|
||||
|
||||
|
||||
Reference in New Issue
Block a user