Skip to content
Snippets Groups Projects
Commit f65b06de authored by Steven J. Plimpton's avatar Steven J. Plimpton
Browse files

dump_modify maxfiles tweak

parent 0f32d603
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment