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

This commit is contained in:
sjplimp
2015-07-14 17:20:01 +00:00
parent 476ff262c7
commit 233c6521dc

View File

@ -125,7 +125,7 @@ DumpCustom::DumpCustom(LAMMPS *lmp, int narg, char **arg) :
vformat = new char*[size_one];
format_default = new char[3*size_one+1];
format_default = new char[4*size_one+1];
format_default[0] = '\0';
for (int i = 0; i < size_one; i++) {