replace some numeric constants in Atom and AtomVec classes with enumerators
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user