Fix typo
This commit is contained in:
@ -112,7 +112,7 @@ DumpLocal::DumpLocal(LAMMPS *lmp, int narg, char **arg) :
|
|||||||
|
|
||||||
label = utils::strdup("ENTRIES");
|
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) {
|
if (expand) {
|
||||||
for (int i = 0; i < nfield; i++) delete [] earg[i];
|
for (int i = 0; i < nfield; i++) delete [] earg[i];
|
||||||
|
|||||||
Reference in New Issue
Block a user