Commit f65b06de authored by Steven J. Plimpton's avatar Steven J. Plimpton
Browse files

dump_modify maxfiles tweak

parent 0f32d603
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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];