git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14518 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2016-01-29 16:31:49 +00:00
parent cf77d882eb
commit ce471ffcdb
1 changed files with 1 additions and 2 deletions

View File

@ -653,7 +653,7 @@ void ReadData::command(int narg, char **arg)
if (addflag == NONE) atom->deallocate_topology();
atom->avec->grow(atom->nmax);
}
// assign atoms added by this data file to specified group
if (groupbit) {
@ -1316,7 +1316,6 @@ void ReadData::dihedrals(int firstpass)
"too many dihedrals per atom");
} else atom->dihedral_per_atom = maxall;
atom->dihedral_per_atom = maxall;
memory->destroy(count);
return;
}