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

@ -2250,7 +2250,7 @@ double FixGCMC::energy_full()
comm->borders();
if (triclinic) domain->lamda2x(atom->nlocal+atom->nghost);
if (modify->n_pre_neighbor) modify->pre_neighbor();
neighbor->build();
neighbor->build(1);
int eflag = 1;
int vflag = 0;