This commit is contained in:
Richard Berger
2021-04-09 12:37:14 -04:00
parent 2682663df6
commit 77de0273be

View File

@ -112,7 +112,7 @@ DumpLocal::DumpLocal(LAMMPS *lmp, int narg, char **arg) :
label = utils::strdup("ENTRIES");
// if wildcard expansion occurred, free earg memory from exapnd_args()
// if wildcard expansion occurred, free earg memory from expand_args()
if (expand) {
for (int i = 0; i < nfield; i++) delete [] earg[i];