replace some numeric constants in Atom and AtomVec classes with enumerators

This commit is contained in:
Axel Kohlmeyer
2020-09-11 18:44:13 -04:00
parent cdd9d693ad
commit 9d0c3bc665
202 changed files with 539 additions and 530 deletions

View File

@ -263,7 +263,7 @@ void Balance::command(int narg, char **arg)
domain->reset_box();
comm->setup();
comm->exchange();
if (atom->map_style) atom->map_set();
if (atom->map_style != Atom::MAP_NONE) atom->map_set();
if (domain->triclinic) domain->lamda2x(atom->nlocal);
// imbinit = initial imbalance