git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15416 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2016-08-01 21:01:23 +00:00
parent 0995ab4b65
commit a9a8a599d0
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ DumpCFG::DumpCFG(LAMMPS *lmp, int narg, char **arg) :
DumpCFG::~DumpCFG()
{
if (auxname) {
for (int i = 0; i < nfield; i++) delete [] auxname[i];
for (int i = 0; i < nfield-5; i++) delete [] auxname[i];
delete [] auxname;
}
}