dump_modify maxfiles tweak

This commit is contained in:
Steven J. Plimpton
2018-05-11 15:54:16 -06:00
parent 0f32d603b5
commit f65b06de0e

View File

@ -193,6 +193,7 @@ Dump::~Dump()
if (multiproc) MPI_Comm_free(&clustercomm);
// delete storage for caching file names
if (maxfiles > 0) {
for (int idx=0; idx < numfiles; ++idx)
delete[] nameslist[idx];