Update region_sphere.cpp

This commit is contained in:
alphataubio
2024-10-07 17:04:21 -04:00
parent 0e1ee42b89
commit 4492ecaf39

View File

@ -101,6 +101,7 @@ RegSphere::RegSphere(LAMMPS *lmp, int narg, char **arg) :
RegSphere::~RegSphere() RegSphere::~RegSphere()
{ {
if (copymode) return;
delete[] xstr; delete[] xstr;
delete[] ystr; delete[] ystr;
delete[] zstr; delete[] zstr;