forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1120 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6de4e59a38
commit
a933856363
|
@ -181,6 +181,10 @@ void FixNPTASphere::final_integrate()
|
|||
}
|
||||
couple();
|
||||
|
||||
// trigger virial computation on next timestep
|
||||
|
||||
pressure->add_step(update->ntimestep+1);
|
||||
|
||||
// update eta_dot
|
||||
|
||||
f_eta = t_freq*t_freq * (t_current/t_target - 1.0);
|
||||
|
|
Loading…
Reference in New Issue