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

This commit is contained in:
sjplimp
2006-11-02 18:24:29 +00:00
parent c7483841e0
commit 9aa57aa800
3 changed files with 11 additions and 1 deletions

View File

@ -102,6 +102,7 @@ void FixNVT::init()
void FixNVT::setup()
{
t_target = t_start; // used by thermo_compute()
t_current = temperature->compute();
}