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

This commit is contained in:
sjplimp
2013-11-21 20:54:45 +00:00
parent 89768138fd
commit ce65e40659

View File

@ -48,6 +48,9 @@ DumpLocal::DumpLocal(LAMMPS *lmp, int narg, char **arg) :
pack_choice = new FnPtrPack[nfield];
vtype = new int[nfield];
buffer_allow = 1;
buffer_flag = 1;
// computes & fixes which the dump accesses
field2index = new int[nfield];