git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6335 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -63,6 +63,8 @@ Dump::Dump(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
|
||||
filename = new char[n];
|
||||
strcpy(filename,arg[4]);
|
||||
|
||||
comm_forward = comm_reverse = 0;
|
||||
|
||||
first_flag = 0;
|
||||
flush_flag = 1;
|
||||
format = NULL;
|
||||
|
||||
Reference in New Issue
Block a user