Commit 5e8f3a7b authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@773 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 4b78a111
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
}