git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2491 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -171,6 +171,13 @@ void FixSpringSelf::post_force_respa(int vflag, int ilevel, int iloop)
|
||||
if (ilevel == nlevels_respa-1) post_force(vflag);
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixSpringSelf::min_post_force(int vflag)
|
||||
{
|
||||
post_force(vflag);
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
energy of stretched springs
|
||||
------------------------------------------------------------------------- */
|
||||
@ -182,13 +189,6 @@ double FixSpringSelf::compute_scalar()
|
||||
return all;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixSpringSelf::min_post_force(int vflag)
|
||||
{
|
||||
post_force(vflag);
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
memory usage of local atom-based array
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user