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

View File

@ -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;
}