git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11041 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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];
|
||||
|
||||
Reference in New Issue
Block a user