make default argument of virtual function Neighbor::build() explicit

This commit is contained in:
Axel Kohlmeyer
2018-02-22 08:42:36 -05:00
parent e1d1c87656
commit 99d5957a01
14 changed files with 30 additions and 30 deletions

View File

@ -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