git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4448 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -30,8 +30,8 @@ class Output : protected Pointers {
|
||||
int ndump; // # of Dumps defined
|
||||
int max_dump; // max size of Dump list
|
||||
int next_dump_any; // next timestep for any Dump
|
||||
int *next_dump; // next timestep to do each Dump
|
||||
int *every_dump; // output of each Dump every this many steps
|
||||
int *next_dump; // next timestep to do each Dump
|
||||
int *last_dump; // last timestep each a snapshot was output
|
||||
char **var_dump; // variable name for dump frequency
|
||||
int *ivar_dump; // variable index for dump frequency
|
||||
|
||||
Reference in New Issue
Block a user