From 8f454e913b5339bb0a7ee627bba7ccef8d4af4a8 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 8 Oct 2007 14:46:19 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@984 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_set_force.cpp | 2 +- src/modify.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/fix_set_force.cpp b/src/fix_set_force.cpp index 71aee1f9ed..5ef89e9069 100644 --- a/src/fix_set_force.cpp +++ b/src/fix_set_force.cpp @@ -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 ------------------------------------------------------------------------- */ diff --git a/src/modify.cpp b/src/modify.cpp index e168d7411a..3cb076ee7f 100644 --- a/src/modify.cpp +++ b/src/modify.cpp @@ -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)