From dc5ce9f15ff3e743a3aafdd1e5bff986b59950b4 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 1 Jun 2012 23:52:34 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8217 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 96790c1dce..25ee41b587 100644 --- a/src/fix.h +++ b/src/fix.h @@ -36,7 +36,7 @@ class Fix : protected Pointers { int virial_flag; // 1 if Fix contributes to virial, 0 if not int no_change_box; // 1 if cannot swap ortho <-> triclinic 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 // setting when a new atom is created int restart_pbc; // 1 if fix moves atoms (except integrate)