mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@984 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
c8bafba16a
commit
8f454e913b
|
@ -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
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue