This commit is contained in:
Yaser Afshar
2021-09-01 12:57:20 -05:00
parent 83d86f7d69
commit cad3a5ca51

View File

@ -35,14 +35,6 @@ LabelMap::LabelMap(LAMMPS *lmp) : Pointers(lmp)
LabelMap::~LabelMap()
{
// delete type labels
typelabel.clear();
btypelabel.clear();
atypelabel.clear();
dtypelabel.clear();
itypelabel.clear();
delete[] lmap2lmap.atom;
delete[] lmap2lmap.bond;
delete[] lmap2lmap.angle;