From b4de99722de2b2faa285ae045ae9e32c788859da Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 6 Jun 2008 23:21:34 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1890 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fix.h b/src/fix.h index e6a7eba1aa..9401d5e2c8 100644 --- a/src/fix.h +++ b/src/fix.h @@ -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