anticipate change in upstream to avoid conflict with local change

This commit is contained in:
Axel Kohlmeyer
2016-07-02 06:17:21 -04:00
parent 7f8365d930
commit 0c0691e433

View File

@ -346,13 +346,10 @@ void ReadData::command(int narg, char **arg)
natoms = ntypes = 0;
nbonds = nangles = ndihedrals = nimpropers = 0;
nbondtypes = nangletypes = ndihedraltypes = nimpropertypes = 0;
boxlo[0] = boxlo[1] = boxlo[2] = -0.5;
boxhi[0] = boxhi[1] = boxhi[2] = 0.5;
triclinic = 0;
boxlo[0] = boxlo[1] = boxlo[2] = 0.0;
boxhi[0] = boxhi[1] = boxhi[2] = 0.0;
if (domain->dimension == 2) {
boxlo[2] = -0.5;
boxhi[2] = 0.5;
}
keyword[0] = '\0';
nlocal_previous = atom->nlocal;