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

This commit is contained in:
sjplimp
2016-01-23 00:47:25 +00:00
parent ad1d7ffdc7
commit 79466c37d8
2 changed files with 8 additions and 0 deletions

View File

@ -130,6 +130,13 @@ void Force::init()
if (improper) improper->init();
}
/* ---------------------------------------------------------------------- */
void Force::setup()
{
if (pair) pair->setup();
}
/* ----------------------------------------------------------------------
create a pair style, called from input script or restart file
------------------------------------------------------------------------- */