git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8217 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -36,7 +36,7 @@ class Fix : protected Pointers {
|
|||||||
int virial_flag; // 1 if Fix contributes to virial, 0 if not
|
int virial_flag; // 1 if Fix contributes to virial, 0 if not
|
||||||
int no_change_box; // 1 if cannot swap ortho <-> triclinic
|
int no_change_box; // 1 if cannot swap ortho <-> triclinic
|
||||||
int time_integrate; // 1 if fix performs time integration, 0 if no
|
int time_integrate; // 1 if fix performs time integration, 0 if no
|
||||||
int time_depend; // 1 if fix is timestep dependent, 0 if not
|
int time_depend; // 1 if requires continuous timestepping
|
||||||
int create_attribute; // 1 if fix stores attributes that need
|
int create_attribute; // 1 if fix stores attributes that need
|
||||||
// setting when a new atom is created
|
// setting when a new atom is created
|
||||||
int restart_pbc; // 1 if fix moves atoms (except integrate)
|
int restart_pbc; // 1 if fix moves atoms (except integrate)
|
||||||
|
|||||||
Reference in New Issue
Block a user