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

This commit is contained in:
sjplimp 2007-10-08 14:46:19 +00:00
parent c8bafba16a
commit 8f454e913b
2 changed files with 3 additions and 2 deletions

View File

@ -132,7 +132,7 @@ void FixSetForce::min_post_force(int vflag)
}
/* ----------------------------------------------------------------------
allow setforce stats to be printed with thermo output
allow setforce values to be printed with thermo output
n = 1,2,3 = components of total force on fix group before reset
------------------------------------------------------------------------- */

View File

@ -779,7 +779,8 @@ void Modify::list_init_end_of_step(int mask, int &n, int *&list)
/* ----------------------------------------------------------------------
create list of fix indices for thermo energy fixes
only added to list if its thermo_energy flag was set via fix_modify
only added to list if fix has THERMO_ENERGY mask
and its thermo_energy flag was set via fix_modify
------------------------------------------------------------------------- */
void Modify::list_init_thermo_energy(int mask, int &n, int *&list)