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

This commit is contained in:
sjplimp
2009-01-16 14:35:53 +00:00
parent 5553870174
commit cc05e1e854

View File

@ -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
------------------------------------------------------------------------- */