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

This commit is contained in:
sjplimp 2007-08-03 19:43:35 +00:00
parent 4b78a11135
commit 5e8f3a7b93
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ void FixNVT::init()
void FixNVT::setup()
{
t_target = t_start; // used by thermo()
t_target = t_start; // needed by thermo() method
t_current = temperature->compute_scalar();
}