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

This commit is contained in:
sjplimp 2008-06-06 23:21:34 +00:00
parent 2243aca0a7
commit b4de99722d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Fix : protected Pointers {
int force_reneighbor; // 1 if Fix forces reneighboring, 0 if not
int box_change; // 1 if Fix changes box size, 0 if not
int next_reneighbor; // next timestep to force a reneighboring
int thermo_energy; // 1 if ThEng enabled via fix_modify, 0 if not
int thermo_energy; // 1 if fix_modify enabled ThEng, 0 if not
int nevery; // how often to call an end_of_step fix
int rigid_flag; // 1 if Fix integrates rigid bodies, 0 if not
int virial_flag; // 1 if Fix contributes to virial, 0 if not